mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 01:20:41 +00:00
test: Update customer in Sales Invoice
This commit is contained in:
@@ -1975,6 +1975,7 @@ def get_advance_journal_entries(
|
||||
|
||||
reference_condition = " and (" + " or ".join(conditions) + ")" if conditions else ""
|
||||
|
||||
# nosemgrep
|
||||
journal_entries = frappe.db.sql(
|
||||
"""
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user