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