CASH-1637

CASH-1637 correct earlybird
This commit is contained in:
CarlNation 2025-10-06 15:50:28 -04:00
parent 2ed7af2c7a
commit 6f5344c583

View file

@ -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;