Skip to content

Commit 60a6b38

Browse files
authored
fix(stock): remove validation for transfer_qty field (#54542)
1 parent be2a4b7 commit 60a6b38

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@
278278
"oldfieldname": "transfer_qty",
279279
"oldfieldtype": "Currency",
280280
"print_hide": 1,
281-
"read_only": 1,
282-
"reqd": 1
281+
"read_only": 1
283282
},
284283
{
285284
"default": "0",
@@ -680,7 +679,7 @@
680679
"index_web_pages_for_search": 1,
681680
"istable": 1,
682681
"links": [],
683-
"modified": "2026-03-02 14:05:23.116017",
682+
"modified": "2026-04-27 11:40:38.294196",
684683
"modified_by": "Administrator",
685684
"module": "Stock",
686685
"name": "Stock Entry Detail",

0 commit comments

Comments
 (0)