File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
app/templates/events/view/tickets Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 144
144
{{ #unless this.device.isMobile }}
145
145
<td class =" right aligned" >{{ ticket.orderStatistics.tickets.completed }} </td >
146
146
{{ /unless }}
147
- <td class =" right aligned" ><CurrencyAmount @currency ={{ this.model.eventDetail.paymentCurrency }} @amount ={{ mult ticket.orderStatistics.tickets .completed ticket.price }} /></td >
147
+ <td class =" right aligned" ><CurrencyAmount @currency ={{ this.model.eventDetail.paymentCurrency }} @amount ={{ ticket.orderStatistics.sales .completed }} /></td >
148
148
{{ #unless this.device.isMobile }}
149
149
<td class =" right aligned" >{{ ticket.orderStatistics.tickets.placed }} </td >
150
150
{{ /unless }}
151
- <td class =" right aligned" ><CurrencyAmount @currency ={{ this.model.eventDetail.paymentCurrency }} @amount ={{ mult ticket.orderStatistics.tickets .placed ticket.price }} /></td >
151
+ <td class =" right aligned" ><CurrencyAmount @currency ={{ this.model.eventDetail.paymentCurrency }} @amount ={{ ticket.orderStatistics.sales .placed }} /></td >
152
152
{{ #unless this.device.isMobile }}
153
153
<td class =" right aligned" >{{ ticket.orderStatistics.tickets.pending }} </td >
154
154
{{ /unless }}
155
- <td class =" right aligned" ><CurrencyAmount @currency ={{ this.model.eventDetail.paymentCurrency }} @amount ={{ mult ticket.orderStatistics.tickets .pending ticket.price }} /></td >
155
+ <td class =" right aligned" ><CurrencyAmount @currency ={{ this.model.eventDetail.paymentCurrency }} @amount ={{ ticket.orderStatistics.sales .pending }} /></td >
156
156
</tr >
157
157
{{ /each }}
158
158
</tbody >
159
159
</table >
160
160
</div >
161
-
You can’t perform that action at this time.
0 commit comments