brotherton-erpnext/erpnext/patches/jan_mar_2012/mapper_fix.py
2012-03-28 14:11:31 +05:30

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'")