mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +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():
|
def get_mins_between_operations():
|
||||||
return relativedelta(minutes=cint(frappe.db.get_single_value("Manufacturing Settings",
|
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