IO-1352 Remove positive hrs check on receivables export.
This commit is contained in:
@@ -294,11 +294,7 @@ const generateInvoiceQbxml = (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Labor Lines
|
// Labor Lines
|
||||||
if (
|
if (jobline.profitcenter_labor && jobline.mod_lb_hrs) {
|
||||||
jobline.profitcenter_labor &&
|
|
||||||
jobline.mod_lb_hrs &&
|
|
||||||
jobline.mod_lb_hrs > 0
|
|
||||||
) {
|
|
||||||
const DineroAmount = Dinero({
|
const DineroAmount = Dinero({
|
||||||
amount: Math.round(
|
amount: Math.round(
|
||||||
jobs_by_pk[`rate_${jobline.mod_lbr_ty.toLowerCase()}`] * 100
|
jobs_by_pk[`rate_${jobline.mod_lbr_ty.toLowerCase()}`] * 100
|
||||||
|
|||||||
Reference in New Issue
Block a user