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