[minor] default mins_between_operations = 10
This commit is contained in:
parent
c35df5ce80
commit
e1af7f1a0f
@ -12,4 +12,4 @@ class ManufacturingSettings(Document):
|
||||
|
||||
def get_mins_between_operations():
|
||||
return relativedelta(minutes=cint(frappe.db.get_single_value("Manufacturing Settings",
|
||||
"mins_between_operations")))
|
||||
"mins_between_operations")) or 10)
|
||||
|
Loading…
x
Reference in New Issue
Block a user