Merged in release/2026-04-03 (pull request #3169)

Release/2026 04 03
This commit is contained in:
Dave Richer
2026-03-30 19:09:17 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ export function BillFormComponent({
const [discount, setDiscount] = useState(0); const [discount, setDiscount] = useState(0);
const notification = useNotification(); const notification = useNotification();
const jobIdFormWatch = Form.useWatch("jobid", form); const jobIdFormWatch = Form.useWatch("jobid", form);
const vendorIdFormWatch = Form.useWatch("vendorid", form);
const { const {
treatments: { Extended_Bill_Posting, ClosingPeriod } treatments: { Extended_Bill_Posting, ClosingPeriod }
@@ -118,6 +119,7 @@ export function BillFormComponent({
} }
}, [ }, [
form, form,
vendorIdFormWatch,
billEdit, billEdit,
loadOutstandingReturns, loadOutstandingReturns,
loadInventory, loadInventory,

View File

@@ -787,7 +787,8 @@ async function RepairOrderChange(socket) {
// "DatePromisedUTC": "0001-01-01T00:00:00.0000000Z", // "DatePromisedUTC": "0001-01-01T00:00:00.0000000Z",
DateVehicleCompleted: socket.JobData.actual_completion, DateVehicleCompleted: socket.JobData.actual_completion,
// "DateCustomerNotified": "0001-01-01T00:00:00.0000000Z", // "DateCustomerNotified": "0001-01-01T00:00:00.0000000Z",
// "CSR": "String", "CSR": "IMEX", //Hardcoded for now as the only shop that uses this RO posting is RC and they paid for a custom build.
Shop: "RB",
// "CSRRef": "00000000000000000000000000000000", // "CSRRef": "00000000000000000000000000000000",
// "BookingUser": "String", // "BookingUser": "String",
// "BookingUserRef": "00000000000000000000000000000000", // "BookingUserRef": "00000000000000000000000000000000",