fix boost prediction

This commit is contained in:
k00b 2025-04-28 19:18:40 -05:00
parent 9dbd9d87d4
commit b864290cac

View File

@ -700,7 +700,7 @@ export default {
parentId: null,
OR: [
{ invoiceActionState: 'PAID' },
{ invoiceActionState: { is: null } }
{ invoiceActionState: null }
]
}
if (id) {