IO-813 Calculation updates to include adjustments
This commit is contained in:
@@ -199,7 +199,7 @@ const generateInvoiceQbxml = (
|
||||
(i) => jobline.profitcenter_part.toLowerCase() === i.name.toLowerCase()
|
||||
);
|
||||
|
||||
if (!!!account) {
|
||||
if (!account) {
|
||||
throw new Error(
|
||||
`A matching account does not exist for the allocation. Center: ${center}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user