X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FSEPA.pm;h=9a2978314a66e51194747bc6f5b2b77613d451c0;hb=89c9ff022d3f13e27ba6bda085df15707fcfb0eb;hp=38341eccd5f9e4ef93c31508659dce6f3da2968c;hpb=39d61f60fcde7ff61806a1357e79d529f0c1d86d;p=kivitendo-erp.git diff --git a/SL/SEPA.pm b/SL/SEPA.pm index 38341eccd..9a2978314 100644 --- a/SL/SEPA.pm +++ b/SL/SEPA.pm @@ -22,7 +22,7 @@ sub retrieve_open_invoices { my $query = qq| SELECT ${arap}.id, ${arap}.invnumber, ${arap}.${vc}_id, ${arap}.amount AS invoice_amount, ${arap}.invoice, - vc.name AS vcname, ${arap}.duedate as duedate, + vc.name AS vcname, vc.language_id, ${arap}.duedate as duedate, COALESCE(vc.iban, '') <> '' AND COALESCE(vc.bic, '') <> '' AS vc_bank_info_ok,