Skip to content

Commit

Permalink
fix: add party and party type in PE (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihantra-Patel committed Jun 14, 2024
1 parent de3afdb commit ce60f42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hrms/public/js/erpnext/payment_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ frappe.ui.form.on("Payment Entry Reference", {
frm.doc.payment_type == "Receive"
? frm.doc.paid_from_account_currency
: frm.doc.paid_to_account_currency,
party_type: frm.doc.party_type,
party: frm.doc.party,
},
callback: function (r, rt) {
if (r.message) {
Expand Down

0 comments on commit ce60f42

Please sign in to comment.