Revision 1c77d03f
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/IS.pm | ||
|---|---|---|
|
AND e.transdate = o.transdate)
|
||
|
FROM oe o
|
||
|
WHERE o.customer_id = ?
|
||
|
AND o.quotation = '0'
|
||
|
AND o.record_type = 'sales_order'
|
||
|
AND o.closed = '0'|;
|
||
|
my $sth = prepare_execute_query($form, $dbh, $query, $cid);
|
||
|
|
||
Auch abrufbar als: Unified diff
Angebotsflag/Intakeflag aus Datenbankzugriffen entfernt