commit | 5fc624b9ed0db8d1754ec3539e2e783e469c193d | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Sat Oct 29 14:43:58 2016 +0530 |
committer | GitHub <noreply@github.com> | Sat Oct 29 14:43:58 2016 +0530 |
tree | 112be1d8da828d8db04e2bfb120fc107467ce9b7 | |
parent | 4c22825f01a4318d766a1a8e2a4d169a6ab099b4 [diff] |
Update save_stock_settings.py
diff --git a/erpnext/patches/v7_1/save_stock_settings.py b/erpnext/patches/v7_1/save_stock_settings.py index a87f6a4..83c27dc 100644 --- a/erpnext/patches/v7_1/save_stock_settings.py +++ b/erpnext/patches/v7_1/save_stock_settings.py
@@ -3,4 +3,5 @@ def execute(): stock_settings = frappe.get_doc('Stock Settings') - stock_settings.save() \ No newline at end of file + stock_settings.flags.ignore_mandatory = True + stock_settings.save()