commit | 450c2470e959f4d705afc3212546249ad406bee3 | [log] [tgz] |
---|---|---|
author | Gursheen Anand <gursheen@frappe.io> | Wed Nov 08 14:08:57 2023 +0530 |
committer | Gursheen Anand <gursheen@frappe.io> | Wed Nov 08 14:08:57 2023 +0530 |
tree | b52fc488d7313a603eb17d236b0c586ff8260c78 | |
parent | 09439334cae6a7306dad8e54a9f81f9ffa483f8b [diff] [blame] |
refactor: set against account link for jv
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index e0adac4..0edfc2a 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py
@@ -629,6 +629,7 @@ new_row.set("reference_name", d["against_voucher"]) new_row.against_account = cstr(jv_detail.against_account) + new_row.against_account_link = cstr(jv_detail.against_account) new_row.is_advance = cstr(jv_detail.is_advance) new_row.docstatus = 1