mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 03:30:54 +00:00
Show warning for insufficient stock (#7916)
This commit is contained in:
@ -27,6 +27,7 @@ import {
|
||||
IconCornerUpRightDouble,
|
||||
IconCurrencyDollar,
|
||||
IconDots,
|
||||
IconExclamationCircle,
|
||||
IconExternalLink,
|
||||
IconFileUpload,
|
||||
IconFlag,
|
||||
@ -109,6 +110,7 @@ const icons = {
|
||||
keywords: IconTag,
|
||||
status: IconInfoCircle,
|
||||
info: IconInfoCircle,
|
||||
exclamation: IconExclamationCircle,
|
||||
details: IconInfoCircle,
|
||||
parameters: IconList,
|
||||
list: IconList,
|
||||
|
Reference in New Issue
Block a user