mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
debit-credit tolerance increased to .005
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
vouchers = webnotes.conn.sql("""
|
||||
select parent from `tabPurchase Taxes and Charges`
|
||||
select parent, parenttype, modified from `tabPurchase Taxes and Charges`
|
||||
where modified >= '2012-10-02'
|
||||
and (category = 'Total' or category = 'Valuation')
|
||||
and parenttype != 'Purchase Taxes and Charges Master'
|
||||
|
||||
Reference in New Issue
Block a user