X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIR.pm;h=a1cbb4d87e05fda9764ff522fdc629b2a30762ab;hb=23bbb82973bcaac52efd7eb1609801c11a8970f3;hp=17dcaf3888f228af473a2cbe0a42bce987f1c6b7;hpb=332980848d088adfe7e1cd025c23452325134207;p=kivitendo-erp.git diff --git a/SL/IR.pm b/SL/IR.pm index 17dcaf388..a1cbb4d87 100644 --- a/SL/IR.pm +++ b/SL/IR.pm @@ -807,8 +807,6 @@ SQL exporttype => DATEV_ET_BUCHUNGEN, format => DATEV_FORMAT_KNE, dbh => $dbh, - from => $transdate, - to => $transdate, trans_id => $form->{id}, ); @@ -1131,7 +1129,7 @@ sub get_vendor { my $query = qq|SELECT v.id AS vendor_id, v.name AS vendor, v.discount as vendor_discount, - v.creditlimit, v.terms, v.notes AS intnotes, + v.creditlimit, v.notes AS intnotes, v.email, v.cc, v.bcc, v.language_id, v.payment_id, v.delivery_term_id, v.street, v.zipcode, v.city, v.country, v.taxzone_id, cu.name AS curr, v.direct_debit, $duedate + COALESCE(pt.terms_netto, 0) AS duedate,