mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
fix in payment reconciliation
This commit is contained in:
@@ -26,7 +26,7 @@ cur_frm.fields_dict.voucher_no.get_query = function(doc) {
|
|||||||
and voucher_type = '%(dt)s' \
|
and voucher_type = '%(dt)s' \
|
||||||
and voucher_no LIKE '%s' \
|
and voucher_no LIKE '%s' \
|
||||||
ORDER BY posting_date DESC, voucher_no DESC LIMIT 50 \
|
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});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user