Merged in feature/america (pull request #959)

Update US_NE parts calculation using PFL.
This commit is contained in:
Patrick Fic
2023-08-31 15:31:35 +00:00

View File

@@ -802,7 +802,7 @@ function CalculateTaxesTotals(job, otherTotals) {
let laborTaxTotal = Dinero();
if (job.cieca_pfl) {
if (Object.keys(job.cieca_pfl) > 0) {
//Do it by labor type
const types = [
"la1",