mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
resolved merge conflicts on develop (#10185)
* resolved merge conflicts on develop * [minor] removed the validate_activity
This commit is contained in:
@@ -174,7 +174,6 @@ class Timesheet(Document):
|
||||
for data in self.get('time_logs'):
|
||||
self.check_workstation_timings(data)
|
||||
self.validate_overlap(data)
|
||||
validate_activity(data)
|
||||
|
||||
def validate_overlap(self, data):
|
||||
if self.production_order:
|
||||
|
||||
Reference in New Issue
Block a user