]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Leistungsdatum: DATEV, Debitoren-/Kreditoren-/Dialogbuchungen
[mfinanz.git] / SL / Form.pm
index a596a7561d7ec3bcc3b6a963e6cf901f2a9ba116..fa6e70a17d1ba12de916ab65ccb3fe54eb7cc224 100644 (file)
@@ -2566,7 +2566,7 @@ sub create_links {
     $query =
       qq|SELECT
            a.cp_id, a.invnumber, a.transdate, a.${table}_id, a.datepaid, a.deliverydate,
-           a.duedate, a.ordnumber, a.taxincluded, (SELECT cu.name FROM currencies cu WHERE cu.id=a.currency_id) AS currency, a.notes,
+           a.duedate, a.tax_point, a.ordnumber, a.taxincluded, (SELECT cu.name FROM currencies cu WHERE cu.id=a.currency_id) AS currency, a.notes,
            a.mtime, a.itime,
            a.intnotes, a.department_id, a.amount AS oldinvtotal,
            a.paid AS oldtotalpaid, a.employee_id, a.gldate, a.type,