mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
[minor] default mins_between_operations = 10
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user