mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +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) {
|
if (args) {
|
||||||
args.posting_date = frm.doc.transaction_date;
|
args.posting_date = frm.doc.posting_date || frm.doc.transaction_date;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!args) return;
|
if(!args) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user