Skip to content

Commit

Permalink
fix: removed mandatory property for the cost center field
Browse files Browse the repository at this point in the history
(cherry picked from commit 079cf77)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Feb 28, 2025
1 parent 5b072c8 commit a94292a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@
"options": "Cost Center",
"print_hide": 1,
"print_width": "120px",
"reqd": 1,
"width": "120px"
},
{
Expand All @@ -965,7 +964,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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a94292a

Please sign in to comment.