mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
Apply Tax Rule based on Customer Selection in Sales / Purchase Transactions
This commit is contained in:
committed by
Saurabh
parent
949d7dbaba
commit
810bd35609
@@ -20,6 +20,7 @@ erpnext.utils.get_party_details = function(frm, method, args, callback) {
|
||||
price_list: frm.doc.buying_price_list
|
||||
};
|
||||
}
|
||||
args.posting_date = frm.doc.transaction_date;
|
||||
}
|
||||
if(!args) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user