From 41f7f7442bf3cb25db80f68eb2a9fcdc0ac63f67 Mon Sep 17 00:00:00 2001 From: superlack Date: Mon, 2 Nov 2015 00:39:36 -0800 Subject: [PATCH] Update time_log_batch.py --- erpnext/projects/doctype/time_log_batch/time_log_batch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 03bd881602..a692949f3d 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 @@ class TimeLogBatch(Document): 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):