Fix typo (#10400)
This commit is contained in:
parent
1670523dab
commit
52be30eef5
|
|
@ -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' />
|
||||
|
|
|
|||
Loading…
Reference in New Issue