commit | f5e9dd7b964cd2407ad19295d781d712a2a5f03f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 17 17:10:59 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 17 17:10:59 2012 +0530 |
tree | 397b7bc1041ebb79fdff2ef50c40ad309ef8618f | |
parent | 76d69b1000361255bdfc43548ae1a71b04dad9de [diff] | |
parent | dad93ce8a3c88fc07c4678fa2a0d6be04f8f2f40 [diff] |
Merge branch 'shf_rename' of github.com:webnotes/erpnext into shf_rename
diff --git a/erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.js b/erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.js index 4057f7e..93e6bff 100644 --- a/erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.js +++ b/erpnext/accounts/doctype/payment_to_invoice_matching_tool/payment_to_invoice_matching_tool.js
@@ -26,7 +26,7 @@ and voucher_type = '%(dt)s' \ and voucher_no LIKE '%s' \ ORDER BY posting_date DESC, voucher_no DESC LIMIT 50 \ - ", {dt:session.rev_dt_labels[doc.voucher_type] || doc.voucher_type, acc:doc.account}); + ", {dt:doc.voucher_type, acc:doc.account}); } }