[minor] default mins_between_operations = 10

This commit is contained in:
Anand Doshi 2015-09-08 15:55:09 +05:30
parent c35df5ce80
commit e1af7f1a0f

View File

@ -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)