]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/IC.pm
Spalte taxnumber aus Tabelle tax entfernt
[kivitendo-erp.git] / SL / IC.pm
index a2a0a86a8b7b77fad4edcc8865c1725778ba9234..7783c5f65ce3d06d86001e842cacabf52cc48a11 100644 (file)
--- a/SL/IC.pm
+++ b/SL/IC.pm
@@ -790,7 +790,8 @@ sub retrieve_accounts {
 SQL
 
   my $query_tax = <<SQL;
-    SELECT c.accno, t.taxdescription AS description, t.rate, t.taxnumber
+    SELECT c.accno, t.taxdescription AS description, t.rate,
+           c.accno as taxnumber
     FROM tax t
     LEFT JOIN chart c ON c.id = t.chart_id
     WHERE t.id IN