mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
chore: make Stock UOM required in SRE
This commit is contained in:
@@ -34,6 +34,7 @@ class StockReservationEntry(TransactionBase):
|
|||||||
"voucher_detail_no",
|
"voucher_detail_no",
|
||||||
"reserved_qty",
|
"reserved_qty",
|
||||||
"company",
|
"company",
|
||||||
|
"stock_uom",
|
||||||
]
|
]
|
||||||
for d in mandatory:
|
for d in mandatory:
|
||||||
if not self.get(d):
|
if not self.get(d):
|
||||||
|
|||||||
Reference in New Issue
Block a user