IO-2023 Resolve hours paid as part for MPI.

This commit is contained in:
Patrick Fic
2022-08-16 16:18:50 -07:00
parent b744720efe
commit fe6e85e993
3 changed files with 41 additions and 34 deletions

View File

@@ -82,7 +82,11 @@ exports.default = function ({
state:
jobs_by_pk.state_tax_rate === 0
? false
: jobline.db_ref === "900511" || jobline.db_ref === "900510"
: jobline.db_ref === "900511" ||
jobline.db_ref === "900510" ||
(jobline.mod_lb_hrs === 0 && //Extending IO-1375 as a part of IO-2023
jobline.act_price > 0 &&
jobline.lbr_op === "OP14")
? true
: jobline.tax_part,
},