mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
4 lines
242 B
Python
4 lines
242 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("delete from `tabTable Mapper Detail` where to_table = 'RV Detail' and parent = 'Delivery Note-Receivable Voucher' and validation_logic = 'amount > ifnull(billed_amt, 0) and docstatus = 1'")
|