CASH-1426

CASH-1426 use a part number (DISCOUNT) that exists on mainframe IPF file so that work order submission does not fail in ESL.
This commit is contained in:
CarlNation 2025-10-14 08:37:10 -04:00 committed by AdamCaouetteSafelite
parent cfc36ca247
commit 4b65a9ddb3

View file

@ -6,7 +6,11 @@ import baseMixin from "@/mixins/base-mixin.js";
export const promoPartNumberStrings = {
WIPER_DISCOUNT_PART_NUMBER: "WIPER DISCOUNT",
<<<<<<< HEAD
RAIN_REPEL_DISCOUNT_PART_NUMBER: "DISC RAIN DEFEN",
=======
RAIN_REPEL_DISCOUNT_PART_NUMBER: "DISCOUNT",
>>>>>>> 2730b0650 (CASH-1426)
GLASS_DISCOUNT_PART_NUMBER: "DISCOUNT",
GLASS_CLEANER_DISCOUNT_PART_NUMBER: "DISC GLASS CLN",
};