Merged in feature/america (pull request #959)
Update US_NE parts calculation using PFL.
This commit is contained in:
@@ -802,7 +802,7 @@ function CalculateTaxesTotals(job, otherTotals) {
|
|||||||
|
|
||||||
let laborTaxTotal = Dinero();
|
let laborTaxTotal = Dinero();
|
||||||
|
|
||||||
if (job.cieca_pfl) {
|
if (Object.keys(job.cieca_pfl) > 0) {
|
||||||
//Do it by labor type
|
//Do it by labor type
|
||||||
const types = [
|
const types = [
|
||||||
"la1",
|
"la1",
|
||||||
|
|||||||
Reference in New Issue
Block a user