mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 23:33:43 +00:00
fix: display outstanding amount using company default currency (#56785)
Co-authored-by: S Sakthivel Murugan <s.sakthivelmurugan2003@gmail.com>
(cherry picked from commit 38da3fc76e)
# Conflicts:
# erpnext/accounts/doctype/opening_invoice_creation_tool_item/opening_invoice_creation_tool_item.json
This commit is contained in:
committed by
Mergify
parent
8bfba5fcf3
commit
1b9279b462
@@ -79,6 +79,7 @@
|
||||
"fieldtype": "Currency",
|
||||
"in_list_view": 1,
|
||||
"label": "Outstanding Amount",
|
||||
"options": "Company:company:default_currency",
|
||||
"reqd": 1
|
||||
},
|
||||
{
|
||||
@@ -115,7 +116,11 @@
|
||||
],
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"modified": "2022-03-21 19:31:45.382656",
|
||||
=======
|
||||
"modified": "2026-07-02 15:17:11.938499",
|
||||
>>>>>>> 38da3fc76e (fix: display outstanding amount using company default currency (#56785))
|
||||
"modified_by": "Administrator",
|
||||
"module": "Accounts",
|
||||
"name": "Opening Invoice Creation Tool Item",
|
||||
|
||||
Reference in New Issue
Block a user