X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9e1590312f1b6f1ea5e67be9fac3cc471cd86415..b68c23bf6e98cf678081dcaa84a8593b10aaff29:/SL/CT.pm diff --git a/SL/CT.pm b/SL/CT.pm index 1b9d91593..a661e8c58 100644 --- a/SL/CT.pm +++ b/SL/CT.pm @@ -941,7 +941,7 @@ sub get_delivery { qq|SELECT s.shiptoname, i.qty $qty_sign, | . qq| ${arap}.id, ${arap}.transdate, ${arap}.invnumber, ${arap}.ordnumber, | . qq| i.description, i.unit, i.sellprice, | . - qq| oe.id AS oe_id | . + qq| oe.id AS oe_id, invoice | . qq|FROM $arap | . qq|LEFT JOIN shipto s ON | . ($arap eq "ar"