mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
Fixes in logic for production order scheduling
This commit is contained in:
@@ -201,7 +201,7 @@ class ProductionOrder(Document):
|
|||||||
Planned Start Date. Time logs will be created and remain in Draft mode and must be submitted
|
Planned Start Date. Time logs will be created and remain in Draft mode and must be submitted
|
||||||
before manufacturing entry can be made."""
|
before manufacturing entry can be made."""
|
||||||
|
|
||||||
if not self.operations and not self.planned_start_date:
|
if not (self.operations and self.planned_start_date):
|
||||||
return
|
return
|
||||||
|
|
||||||
time_logs = []
|
time_logs = []
|
||||||
|
|||||||
Reference in New Issue
Block a user