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
parent a73410fc27
commit 2730b0650e

View file

@ -6,7 +6,7 @@ import baseMixin from "@/mixins/base-mixin.js";
export const promoPartNumberStrings = {
WIPER_DISCOUNT_PART_NUMBER: "WIPER DISCOUNT",
RAIN_REPEL_DISCOUNT_PART_NUMBER: "DISC RAIN REPEL",
RAIN_REPEL_DISCOUNT_PART_NUMBER: "DISCOUNT",
GLASS_DISCOUNT_PART_NUMBER: "DISCOUNT",
GLASS_CLEANER_DISCOUNT_PART_NUMBER: "DISC GLASS CLN",
};