debit-credit tolerance increased to .005

This commit is contained in:
Nabin Hait
2012-10-03 13:33:13 +05:30
parent 347fabd4aa
commit 92dd87f0fe
2 changed files with 2 additions and 2 deletions

View File

@@ -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'