commit | 810bd35609aade27e84a729bd82b03bd733e678f | [log] [tgz] |
---|---|---|
author | Neil Trini Lasrado <neil@frappe.io> | Fri Aug 21 15:04:57 2015 +0530 |
committer | Saurabh <saurabh6790@gmail.com> | Tue Sep 15 15:41:00 2015 +0530 |
tree | 5f30bcf54ac4386702310511efb59fceb319fe79 | |
parent | 949d7dbaba038c7188a687f571aebcb602bc800d [diff] |
Apply Tax Rule based on Customer Selection in Sales / Purchase Transactions
diff --git a/erpnext/public/js/utils/party.js b/erpnext/public/js/utils/party.js index 919225f..59992eb 100644 --- a/erpnext/public/js/utils/party.js +++ b/erpnext/public/js/utils/party.js
@@ -20,6 +20,7 @@ price_list: frm.doc.buying_price_list }; } + args.posting_date = frm.doc.transaction_date; } if(!args) return;