IO-1913 Add Rental Reservation key

This commit is contained in:
Patrick Fic
2022-06-03 09:04:40 -07:00
parent 87f68f1840
commit 534f75c9b1
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,
},
});