diff --git a/electron/estimate-scrubber/estimate-scrubber.js b/electron/estimate-scrubber/estimate-scrubber.js index 809fb94..15f9939 100644 --- a/electron/estimate-scrubber/estimate-scrubber.js +++ b/electron/estimate-scrubber/estimate-scrubber.js @@ -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. diff --git a/package.json b/package.json index 5c97d49..df8dca4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "ImEX RPS", "author": "ImEX Systems Inc. ", "description": "ImEX RPS", - "version": "1.4.2-alpha.8", + "version": "1.4.2-alpha.9", "main": "electron/main.js", "homepage": "./", "dependencies": {