mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
patch for resetting payment reconciliation values
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""update `tabSingles` set value = ''
|
||||
where doctype = 'Payment to Invoice Matching Tool'
|
||||
and field in ('account', 'voucher_no', 'total_amount', 'pending_amt_to_reconcile',
|
||||
'from_date', 'to_date', 'amt_greater_than', 'amt_less_than')""")
|
||||
|
||||
Reference in New Issue
Block a user