This commit is contained in:
Oliver 2025-09-26 12:17:51 +10:00 committed by GitHub
parent 1670523dab
commit 52be30eef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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' />