mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: query 'Selling Settings'
This commit is contained in:
@@ -756,7 +756,7 @@ def get_list_context(context=None):
|
|||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
def is_enable_cutoff_date_on_bulk_delivery_note_creation():
|
def is_enable_cutoff_date_on_bulk_delivery_note_creation():
|
||||||
return frappe.db.get_single_value(
|
return frappe.db.get_single_value(
|
||||||
"Accounts Settings", "enable_cutoff_date_on_bulk_delivery_note_creation"
|
"Selling Settings", "enable_cutoff_date_on_bulk_delivery_note_creation"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user