Also update review prereqs
This commit is contained in:
parent
0a9df36a8d
commit
2e78f18691
1 changed files with 1 additions and 2 deletions
|
|
@ -177,8 +177,7 @@ export default {
|
||||||
// damageReqs handles checking for damage, even though it is also required for this section.
|
// damageReqs handles checking for damage, even though it is also required for this section.
|
||||||
const packageReqs = !!(
|
const packageReqs = !!(
|
||||||
(damage.isRepair || lineItems.glassParts) &&
|
(damage.isRepair || lineItems.glassParts) &&
|
||||||
lineItems.supportingItems &&
|
lineItems.supportingItems
|
||||||
lineItems.vaps
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// Service Location
|
// Service Location
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue