Update US_NE parts calculation using PFL.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user