Skip to content

Commit

Permalink
fix: link company when make payment request
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihantra-Patel authored Aug 29, 2024
1 parent 12834cc commit e300884
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ def make_payment_request(**args):
"message": gateway_account.get("message") or get_dummy_message(ref_doc),
"reference_doctype": args.dt,
"reference_name": args.dn,
"company": ref_doc.get("company"),
"party_type": args.get("party_type") or "Customer",
"party": args.get("party") or ref_doc.get("customer"),
"bank_account": bank_account,
Expand Down

0 comments on commit e300884

Please sign in to comment.