mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 11:15:10 +00:00
fix: removed mandatory property for the cost center field
(cherry picked from commit 079cf772aa)
This commit is contained in:
committed by
Mergify
parent
5b072c88a6
commit
a94292a69f
@@ -946,7 +946,6 @@
|
|||||||
"options": "Cost Center",
|
"options": "Cost Center",
|
||||||
"print_hide": 1,
|
"print_hide": 1,
|
||||||
"print_width": "120px",
|
"print_width": "120px",
|
||||||
"reqd": 1,
|
|
||||||
"width": "120px"
|
"width": "120px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -965,7 +964,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-02-06 13:29:24.619850",
|
"modified": "2025-02-28 09:45:43.934947",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Sales Order Item",
|
"name": "Sales Order Item",
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ class SalesOrderItem(Document):
|
|||||||
brand: DF.Link | None
|
brand: DF.Link | None
|
||||||
company_total_stock: DF.Float
|
company_total_stock: DF.Float
|
||||||
conversion_factor: DF.Float
|
conversion_factor: DF.Float
|
||||||
cost_center: DF.Link
|
cost_center: DF.Link | None
|
||||||
customer_item_code: DF.Data | None
|
customer_item_code: DF.Data | None
|
||||||
delivered_by_supplier: DF.Check
|
delivered_by_supplier: DF.Check
|
||||||
delivered_qty: DF.Float
|
delivered_qty: DF.Float
|
||||||
|
|||||||
Reference in New Issue
Block a user