mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 18:54:55 +00:00
minor fix
This commit is contained in:
@@ -22,7 +22,7 @@ erpnext.utils.get_party_details = function(frm, method, args, callback) {
|
||||
}
|
||||
|
||||
if (args) {
|
||||
args.posting_date = frm.doc.transaction_date;
|
||||
args.posting_date = frm.doc.posting_date || frm.doc.transaction_date;
|
||||
}
|
||||
}
|
||||
if(!args) return;
|
||||
|
||||
Reference in New Issue
Block a user