Bug 1633 - Stammdatenaufruf aus SEPA-Modul behoben
authorG. Richardson <information@lx-office-hosting.de>
Thu, 12 May 2011 15:08:48 +0000 (17:08 +0200)
committerG. Richardson <information@lx-office-hosting.de>
Thu, 12 May 2011 15:08:48 +0000 (17:08 +0200)
SL/SEPA.pm
doc/changelog

index 9a29783..32e763c 100644 (file)
@@ -21,7 +21,7 @@ sub retrieve_open_invoices {
 
   my $query =
     qq|
-       SELECT ${arap}.id, ${arap}.invnumber, ${arap}.${vc}_id, ${arap}.amount AS invoice_amount, ${arap}.invoice,
+       SELECT ${arap}.id, ${arap}.invnumber, ${arap}.${vc}_id as vc_id, ${arap}.amount AS invoice_amount, ${arap}.invoice,
          vc.name AS vcname, vc.language_id, ${arap}.duedate as duedate,
 
          COALESCE(vc.iban, '') <> '' AND COALESCE(vc.bic, '') <> '' AS vc_bank_info_ok,
index 526158b..338528c 100644 (file)
@@ -28,6 +28,7 @@
   - Bugfix 1597: Report Lagerbestand wirft Fehler, wenn Artikelnummer ausgeblendet werden soll
   - Bugfix 1569: Zahlungseingang löschen bei Rechnung 
   - Bugfix 1632: Nach Installation 2.6.2-0 aus .deb funktioniert CSV-Import nicht
+  - Bugfix 1633: Stammdatenaufruf aus SEPA-Modul
 
 2011-02-02 - Release 2.6.2