Revision e3b43a8c
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/CA.pm | ||
---|---|---|
304 | 304 |
qq| AND ac.chart_id = ? | . |
305 | 305 |
qq| AND ac.trans_id = a.id | . |
306 | 306 |
qq| AND a.vendor_id = v.id | . |
307 |
qq| AND (NOT ac.ob_transaction OR ac.ob_transaction IS NULL)| .
|
|
307 |
qq| AND (NOT ac.ob_transaction OR ac.ob_transaction IS NULL)|;
|
|
308 | 308 |
push(@values, |
309 | 309 |
@where_values, @department_values, @project_values, $id, |
310 | 310 |
@where_values, @department_values, @project_values, $id, |
Auch abrufbar als: Unified diff
Fehlerhaftes Query