CASH-1637
CASH-1637 correct earlybird
This commit is contained in:
parent
2ed7af2c7a
commit
6f5344c583
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ export default {
|
|||
label.hasTechnicianNotes = order?.serviceLocation?.techNotes ? true : false;
|
||||
label.paymentMethod = order?.payment?.piaType;
|
||||
label.isTextingOptedIn = order?.customer?.isSmsOptIn ? true : false;
|
||||
label.isEarlyBird = isEarlyBird;
|
||||
label.isEarlyBird = isEarlyBird ? true : false;
|
||||
label.insuranceCo = order?.policy?.insuranceCompanyName;
|
||||
label.deductible = order?.policy?.currentDeductible;
|
||||
label.isVerified = order?.payment?.insuranceCoverage?.isVerified;
|
||||
|
|
|
|||
Loading…
Reference in a new issue