Added capture of shop material rate.

This commit is contained in:
Patrick Fic
2020-09-10 11:40:00 -07:00
parent 8766026263
commit 76e52ff097

View File

@@ -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];