mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
[minor] Currency label not displaying in the total advance field
This commit is contained in:
@@ -311,6 +311,9 @@ def make_purchase_invoice(source_name, target_doc=None):
|
|||||||
doc = get_mapped_doc("Purchase Order", source_name, {
|
doc = get_mapped_doc("Purchase Order", source_name, {
|
||||||
"Purchase Order": {
|
"Purchase Order": {
|
||||||
"doctype": "Purchase Invoice",
|
"doctype": "Purchase Invoice",
|
||||||
|
"field_map": {
|
||||||
|
"party_account_currency": "party_account_currency"
|
||||||
|
},
|
||||||
"validation": {
|
"validation": {
|
||||||
"docstatus": ["=", 1],
|
"docstatus": ["=", 1],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user