Revision 7bff84cb
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1676 | 1676 |
c.email, c.cc, c.bcc, c.language_id, c.payment_id, |
1677 | 1677 |
c.street, c.zipcode, c.city, c.country, |
1678 | 1678 |
c.notes AS intnotes, c.klass as customer_klass, c.taxzone_id, c.salesman_id, c.curr, |
1679 |
c.taxincluded_checked, |
|
1679 | 1680 |
$duedate + COALESCE(pt.terms_netto, 0) AS duedate, |
1680 | 1681 |
b.discount AS tradediscount, b.description AS business |
1681 | 1682 |
FROM customer c |
Auch abrufbar als: Unified diff
Möglichkeit zum Setzen von "Steuer im Preis inbegriffen" als Default
fixt #1985