mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
moved directory structure
This commit is contained in:
4
patches/jan_mar_2012/mapper_fix.py
Normal file
4
patches/jan_mar_2012/mapper_fix.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("delete from `tabTable Mapper Detail` where to_table = 'Sales Invoice Item' and parent = 'Delivery Note-Sales Invoice' and validation_logic = 'amount > ifnull(billed_amt, 0) and docstatus = 1'")
|
||||
Reference in New Issue
Block a user