commit | 41f7f7442bf3cb25db80f68eb2a9fcdc0ac63f67 | [log] [tgz] |
---|---|---|
author | superlack <gd84@hotmail.com> | Mon Nov 02 00:39:36 2015 -0800 |
committer | superlack <gd84@hotmail.com> | Mon Nov 02 00:39:36 2015 -0800 |
tree | 8806580e681858fbf788ae4e6ccc72ea18d38c2f | |
parent | c39cef363c0547b8e494748fbc99b4df2b7b6326 [diff] |
Update time_log_batch.py
diff --git a/erpnext/projects/doctype/time_log_batch/time_log_batch.py b/erpnext/projects/doctype/time_log_batch/time_log_batch.py index 03bd881..a692949 100644 --- a/erpnext/projects/doctype/time_log_batch/time_log_batch.py +++ b/erpnext/projects/doctype/time_log_batch/time_log_batch.py
@@ -28,7 +28,8 @@ d.update({ "hours": tl.hours, "activity_type": tl.activity_type, - "billing_amount": tl.billing_amount + "billing_amount": tl.billing_amount, + "note": tl.note }) def validate_time_log_is_submitted(self, tl):