IO-1913 Add Rental Reservation key

This commit is contained in:
Patrick Fic
2022-06-02 10:09:01 -07:00
parent 485b5d0866
commit 1258843f3d
6 changed files with 33 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ exports.totalsSsu = async function (req, res) {
clm_total: newTotals.totals.total_repairs.toFormat("0.00"),
owner_owing: newTotals.totals.custPayable.total.toFormat("0.00"),
job_totals: newTotals,
queued_for_parts: true,
//queued_for_parts: true,
},
});