mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
Update time_log_batch.py
This commit is contained in:
@@ -28,7 +28,8 @@ class TimeLogBatch(Document):
|
|||||||
d.update({
|
d.update({
|
||||||
"hours": tl.hours,
|
"hours": tl.hours,
|
||||||
"activity_type": tl.activity_type,
|
"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):
|
def validate_time_log_is_submitted(self, tl):
|
||||||
|
|||||||
Reference in New Issue
Block a user