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