chore: make Stock UOM required in SRE

This commit is contained in:
s-aga-r 2023-03-20 22:41:22 +05:30
parent 4848a054a8
commit 1b7fb6d7e7

View File

@ -34,6 +34,7 @@ class StockReservationEntry(TransactionBase):
"voucher_detail_no",
"reserved_qty",
"company",
"stock_uom",
]
for d in mandatory:
if not self.get(d):