]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttTimeHelper.class.php
Added a field for note value in week view to apply to new entries.
[timetracker.git] / WEB-INF / lib / ttTimeHelper.class.php
index cf521b604c0cd0cc85ac1ba8b2c62835be1016ac..8bc2012e88774e46294df9c254d5bcbdb9d45909 100644 (file)
@@ -1074,6 +1074,7 @@ class ttTimeHelper {
     $fields4insert['billable'] = ttTimeHelper::parseFromWeekViewRow($fields['row_id'], 'bl');
     $fields4insert['project'] = ttTimeHelper::parseFromWeekViewRow($fields['row_id'], 'pr');
     $fields4insert['task'] = ttTimeHelper::parseFromWeekViewRow($fields['row_id'], 'ts');
+    $fields4insert['note'] = $fields['note'];
 
     // Try to insert a record.
     $id = ttTimeHelper::insert($fields4insert);