mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
chore: Increase incoming_rate field precision to 6
(cherry picked from commit b31c3bd35d)
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
This commit is contained in:
@@ -812,6 +812,11 @@
|
|||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"label": "Incoming Rate (Costing)",
|
"label": "Incoming Rate (Costing)",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
"options": "Company:company:default_currency",
|
||||||
|
"precision": "6",
|
||||||
|
>>>>>>> b31c3bd35d (chore: Increase incoming_rate field precision to 6)
|
||||||
"print_hide": 1
|
"print_hide": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -841,7 +846,11 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2022-08-26 12:06:31.205417",
|
"modified": "2022-08-26 12:06:31.205417",
|
||||||
|
=======
|
||||||
|
"modified": "2022-10-10 20:57:38.340026",
|
||||||
|
>>>>>>> b31c3bd35d (chore: Increase incoming_rate field precision to 6)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Sales Invoice Item",
|
"name": "Sales Invoice Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user