Skip to content

Commit

Permalink
fix: unhide serial no field (backport #42045) (#42047)
Browse files Browse the repository at this point in the history
* fix: unhide serial no field (#42045)

(cherry picked from commit 80c6981)

# Conflicts:
#	erpnext/assets/doctype/asset_capitalization_stock_item/asset_capitalization_stock_item.json

* fix: resolved conflicts

---------

Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com>
  • Loading branch information
mergify[bot] and khushi8112 authored Jun 26, 2024
1 parent 3536a75 commit 482832f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
"depends_on": "eval:doc.use_serial_batch_fields === 1",
"fieldname": "serial_no",
"fieldtype": "Text",
"hidden": 1,
"label": "Serial No",
"print_hide": 1
},
Expand Down Expand Up @@ -178,7 +177,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-03-05 11:22:57.346889",
"modified": "2024-06-26 17:06:22.564438",
"modified_by": "Administrator",
"module": "Assets",
"name": "Asset Capitalization Stock Item",
Expand All @@ -188,4 +187,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}

0 comments on commit 482832f

Please sign in to comment.