mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-13 19:36:46 +00:00
(cherry picked from commit 52be30eef5)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ac324cff14
commit
6ccc4544be
@@ -487,7 +487,7 @@ export default function BuildLineTable({
|
||||
required = record.bom_item_detail?.quantity;
|
||||
}
|
||||
|
||||
if (allocated <= 7 && required <= 0) {
|
||||
if (allocated <= 0 && required <= 0) {
|
||||
return (
|
||||
<Group gap='xs' wrap='nowrap'>
|
||||
<IconCircleCheck size={16} color='green' />
|
||||
|
||||
Reference in New Issue
Block a user