]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttImportHelper.class.php
Improved new export-import by adding invoices.
[timetracker.git] / WEB-INF / lib / ttImportHelper.class.php
index ea899821a3c002285f9d4178d831f8efa7a7c2c3..7fa1e28309b549b6fe7b531fb97ae627079d0de5 100644 (file)
@@ -247,7 +247,6 @@ class ttImportHelper {
           'name' => $this->currentElement['NAME'],
           'date' => $this->currentElement['DATE'],
           'client_id' => $this->clientMap[$this->currentElement['CLIENT_ID']],
-          'discount' => $this->currentElement['DISCOUNT'],
           'status' => $this->currentElement['STATUS']));
     }