Fixed importing clients without projects in new import.
[timetracker.git] / WEB-INF / lib / ttImportHelper.class.php
index ea89982..7fa1e28 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']));
     }