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:
parent
a73410fc27
commit
2730b0650e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import baseMixin from "@/mixins/base-mixin.js";
|
||||||
|
|
||||||
export const promoPartNumberStrings = {
|
export const promoPartNumberStrings = {
|
||||||
WIPER_DISCOUNT_PART_NUMBER: "WIPER DISCOUNT",
|
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_DISCOUNT_PART_NUMBER: "DISCOUNT",
|
||||||
GLASS_CLEANER_DISCOUNT_PART_NUMBER: "DISC GLASS CLN",
|
GLASS_CLEANER_DISCOUNT_PART_NUMBER: "DISC GLASS CLN",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue