Skip to content

Commit

Permalink
fix: Show maintain-stock and is-fixed-asset checkbox in item quick en…
Browse files Browse the repository at this point in the history
…try dialog

(cherry picked from commit c14986f)
  • Loading branch information
nabinhait authored and mergify[bot] committed Jan 8, 2024
1 parent 5e517cf commit 7b4b630
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion erpnext/stock/doctype/item/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
"label": "Allow Alternative Item"
},
{
"allow_in_quick_entry": 1,
"bold": 1,
"default": "1",
"depends_on": "eval:!doc.is_fixed_asset",
Expand Down Expand Up @@ -240,13 +241,15 @@
"label": "Standard Selling Rate"
},
{
"allow_in_quick_entry": 1,
"default": "0",
"fieldname": "is_fixed_asset",
"fieldtype": "Check",
"label": "Is Fixed Asset",
"set_only_once": 1
},
{
"allow_in_quick_entry": 1,
"depends_on": "is_fixed_asset",
"fieldname": "asset_category",
"fieldtype": "Link",
Expand Down Expand Up @@ -897,7 +900,7 @@
"index_web_pages_for_search": 1,
"links": [],
"make_attachments_public": 1,
"modified": "2023-09-18 15:41:32.688051",
"modified": "2024-01-08 18:09:30.225085",
"modified_by": "Administrator",
"module": "Stock",
"name": "Item",
Expand Down

0 comments on commit 7b4b630

Please sign in to comment.