fix: query 'Selling Settings'

This commit is contained in:
ruthra kumar
2024-03-22 09:55:47 +05:30
parent 2f3d6cd304
commit f30e5eab11

View File

@@ -756,7 +756,7 @@ def get_list_context(context=None):
@frappe.whitelist()
def is_enable_cutoff_date_on_bulk_delivery_note_creation():
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"
)