Add mitchell Source system

This commit is contained in:
Patrick FIc
2025-08-29 07:05:14 -07:00
parent 58670d208b
commit d673024135
2 changed files with 2 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ async function ScrubEstimate({ job }) {
job.rf_zip = job.bodyshop.zip_post;
job.rf_ph1 = job.bodyshop.phone;
job.g_ttl_amt = job.clm_total;
job.source_system = "M"; //Requested by Steven.
delete job.clm_total;
delete job.bodyshop //Bodyshop has to be passed through the object as we don't have access to the store here.

View File

@@ -3,7 +3,7 @@
"productName": "ImEX RPS",
"author": "ImEX Systems Inc. <support@thinkimex.com>",
"description": "ImEX RPS",
"version": "1.4.2-alpha.8",
"version": "1.4.2-alpha.9",
"main": "electron/main.js",
"homepage": "./",
"dependencies": {