Revision 1c77d03f
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/DB/VC.pm | ||
|---|---|---|
|
AND e.transdate = o.transdate)
|
||
|
FROM oe o
|
||
|
WHERE (o.${type}_id = ?)
|
||
|
AND NOT COALESCE(o.quotation, FALSE)
|
||
|
AND ((o.record_type = 'sales_order') OR (o.record_type = 'purchase_order'))
|
||
|
AND NOT COALESCE(o.closed, FALSE)
|
||
|
SQL
|
||
|
|
||
Auch abrufbar als: Unified diff
Angebotsflag/Intakeflag aus Datenbankzugriffen entfernt