mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
minor patch fixes
This commit is contained in:
@@ -3,4 +3,5 @@ import frappe
|
||||
def execute():
|
||||
selling_settings = frappe.get_single('Selling Settings')
|
||||
selling_settings.set_default_customer_group_and_territory()
|
||||
selling_settings.flags.ignore_mandatory = True
|
||||
selling_settings.save()
|
||||
|
||||
Reference in New Issue
Block a user