Update IN_STOCK_FILTER to reject stock items which have is_building set to True
This commit is contained in:
parent
ee28b4eea5
commit
26d113e8ad
|
|
@ -143,6 +143,7 @@ class StockItem(MPTTModel):
|
|||
build_order=None,
|
||||
belongs_to=None,
|
||||
customer=None,
|
||||
is_building=False,
|
||||
status__in=StockStatus.AVAILABLE_CODES
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue