feature/.feature/IO-3624-Shop-Config-UX-Refresh - Bump Deps

This commit is contained in:
Dave
2026-03-31 16:17:52 -04:00
parent c2d8d78e0a
commit d96d0261ae

View File

@@ -397,11 +397,13 @@ const buildRolaborFromRogog = (rogg, { payType = "Cust" } = {}) => {
jobNo: op.jobNo, jobNo: op.jobNo,
custPayTypeFlag: linePayType, custPayTypeFlag: linePayType,
custTxblNtxblFlag: txFlag, custTxblNtxblFlag: txFlag,
// <BillTimeRateHrs PayType="Cust" ***JobTotalHrs="1" BillTime="1" BillRate="1112.40" *** /> <== CHANGE THIS
// TODO THIS IS WHAT WE ARE CHANGING
bill: { bill: {
payType, payType,
jobTotalHrs: "0", jobTotalHrs: "1",
billTime: "0", billTime: "1",
billRate: "0" billRate: "1112.40"
}, },
amount: { amount: {
payType, payType,