Merge pull request #46186 from rohitwaghchaure/fixed-support-32566

fix: removed mandatory property for the cost center field
This commit is contained in:
ruthra kumar
2025-02-28 13:33:00 +05:30
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -952,7 +952,6 @@
"options": "Cost Center",
"print_hide": 1,
"print_width": "120px",
"reqd": 1,
"width": "120px"
},
{
@@ -971,7 +970,7 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2025-02-06 13:29:24.619850",
"modified": "2025-02-28 09:45:43.934947",
"modified_by": "Administrator",
"module": "Selling",
"name": "Sales Order Item",

View File

@@ -32,7 +32,7 @@ class SalesOrderItem(Document):
brand: DF.Link | None
company_total_stock: DF.Float
conversion_factor: DF.Float
cost_center: DF.Link
cost_center: DF.Link | None
customer_item_code: DF.Data | None
delivered_by_supplier: DF.Check
delivered_qty: DF.Float