From 76e52ff0970b156266ca4b471f93684b921bc50f Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 10 Sep 2020 11:40:00 -0700 Subject: [PATCH] Added capture of shop material rate. --- BodyshopUploader/Utils/Decoder/EstimateDecoder.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs b/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs index 03d5d49..3e58b03 100644 --- a/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs +++ b/BodyshopUploader/Utils/Decoder/EstimateDecoder.cs @@ -618,6 +618,8 @@ namespace BodyshopPartner.Utils.Decoder break; case "MASH": j.rate_mash = readValues[7]; + j.tax_shop_mat_rt = float.Parse(readValues[14].ToString()) / 100; + break; case "MAHW": //TODO Should the remainder of these be index 7 or 11? j.rate_mahw = readValues[7];