X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FSEPA.pm;h=a5fd4e1ed60049a5a71a020f0c67ba1d3868c9bf;hb=9bfcf6a0d67d2210065de7d907d46c3e2715e06b;hp=05e1ec610b433ac18bfb41aabda470f70e9dedeb;hpb=f7c9046f3d5014fd964ac9f85b3d124ffc4aeb4f;p=kivitendo-erp.git diff --git a/SL/SEPA.pm b/SL/SEPA.pm index 05e1ec610..a5fd4e1ed 100644 --- a/SL/SEPA.pm +++ b/SL/SEPA.pm @@ -20,7 +20,7 @@ sub retrieve_open_invoices { my $query = qq| SELECT ap.id, ap.invnumber, ap.vendor_id, ap.amount AS invoice_amount, ap.invoice, - v.name AS vendorname, + v.name AS vendorname, ap.duedate as duedate, COALESCE(v.iban, '') <> '' AND COALESCE(v.bic, '') <> '' AS vendor_bank_info_ok,