Update prereq expectations
This commit is contained in:
parent
469818c022
commit
0a9df36a8d
1 changed files with 1 additions and 3 deletions
|
|
@ -195,9 +195,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
arePagePrerequisitesValid() {
|
arePagePrerequisitesValid() {
|
||||||
// Line Items
|
// Line Items
|
||||||
const lineItems = store.getters.order.lineItems;
|
const packageReqs = !!store.getters.order.lineItems.supportingItems;
|
||||||
// damageReqs handles checking for damage, even though it is also required for this section.
|
|
||||||
const packageReqs = !!(lineItems.supportingItems && lineItems.vaps);
|
|
||||||
|
|
||||||
// Service Location
|
// Service Location
|
||||||
const serviceLocation = store.getters.order.serviceLocation;
|
const serviceLocation = store.getters.order.serviceLocation;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue