Added reman part type RPS-54

This commit is contained in:
Patrick Fic
2020-11-23 15:00:28 -08:00
parent 6be34ddae6
commit bb3b4a29d8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
Bug Fixes:
-
- Added remanufactured as a part type dislpay instead of 'PAM'.

View File

@@ -10,7 +10,8 @@ const converter = (part_type) => {
return "OEMP";
case "PAL":
return "LKQ";
case "PAM":
return "REMAN";
case "PAC":
return "A/M (PAC)";
case "PAR":