Skip to content

Commit

Permalink
fix: unable to change company for manual Serial No entry
Browse files Browse the repository at this point in the history
(cherry picked from commit fb3271c)

# Conflicts:
#	erpnext/stock/doctype/serial_no/serial_no.json
  • Loading branch information
s-aga-r authored and mergify[bot] committed Apr 15, 2023
1 parent 7655a4f commit 5d51103
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions erpnext/stock/doctype/serial_no/serial_no.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@
"fieldtype": "Link",
"label": "Company",
"options": "Company",
"read_only": 1,
"remember_last_selected_value": 1,
"reqd": 1,
"search_index": 1
"search_index": 1,
"set_only_once": 1
},
{
"fieldname": "status",
Expand All @@ -434,7 +434,11 @@
"icon": "fa fa-barcode",
"idx": 1,
"links": [],
<<<<<<< HEAD
"modified": "2021-01-08 14:31:15.375996",
=======
"modified": "2023-04-14 15:58:46.139887",
>>>>>>> fb3271c624 (fix: unable to change `company` for manual `Serial No` entry)
"modified_by": "Administrator",
"module": "Stock",
"name": "Serial No",
Expand All @@ -461,7 +465,6 @@
"read": 1,
"report": 1,
"role": "Stock Manager",
"set_user_permissions": 1,
"write": 1
},
{
Expand Down

0 comments on commit 5d51103

Please sign in to comment.