Merge branch 'release/2023-07-28' into feature/payroll
This commit is contained in:
@@ -142,7 +142,10 @@ const findTaxCode = (billLine, taxcode) => {
|
||||
applicable_taxes: { local, state, federal },
|
||||
} =
|
||||
billLine.applicable_taxes === null
|
||||
? { applicable_taxes: { local: false, state: false, federal: false } }
|
||||
? {
|
||||
...billLine,
|
||||
applicable_taxes: { local: false, state: false, federal: false },
|
||||
}
|
||||
: billLine;
|
||||
const t = taxcode.filter(
|
||||
(t) =>
|
||||
|
||||
Reference in New Issue
Block a user