fix in payment reconciliation patch - run for all modified dates >= 2013-03-11
This commit is contained in:
parent
0db9407712
commit
36a3461e55
@ -6,7 +6,7 @@ def execute():
|
|||||||
res = webnotes.conn.sql_list("""select distinct gl1.voucher_no
|
res = webnotes.conn.sql_list("""select distinct gl1.voucher_no
|
||||||
from `tabGL Entry` gl1, `tabGL Entry` gl2
|
from `tabGL Entry` gl1, `tabGL Entry` gl2
|
||||||
where
|
where
|
||||||
(date(gl1.modified) between "2013-03-11" and "2013-03-15")
|
date(gl1.modified) >= "2013-03-11"
|
||||||
and date(gl1.modified) = date(gl2.modified)
|
and date(gl1.modified) = date(gl2.modified)
|
||||||
and gl1.voucher_no = gl2.voucher_no
|
and gl1.voucher_no = gl2.voucher_no
|
||||||
and gl1.voucher_type = "Journal Voucher"
|
and gl1.voucher_type = "Journal Voucher"
|
||||||
|
Loading…
Reference in New Issue
Block a user