CSR-1144
isPremium is a bool
This commit is contained in:
parent
b1a2bd4e00
commit
7b1f394fae
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ export default {
|
|||
// if we have a premium fee(early bird), then save/update supporting items
|
||||
if (
|
||||
this.appointmentType === AppointmentTypeStrings.MOBILE &&
|
||||
this.selectedTimeSlotData?.isPremiumAppointment > 0
|
||||
this.selectedTimeSlotData?.isPremiumAppointment
|
||||
) {
|
||||
const supportingItems = store.getters.lineItems.supportingItems;
|
||||
const earlyBirdIndex = supportingItems.findIndex(
|
||||
|
|
|
|||
Loading…
Reference in a new issue