File tree 2 files changed +2
-1
lines changed
modules/hotelreservationsystem
views/templates/admin/order_refund_requests/helpers/view
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ public function renderView()
243
243
'refundStatuses ' => $ refundStatuses ,
244
244
'isRefundCompleted ' => $ objOrderReturn ->hasBeenCompleted (),
245
245
'paymentMethods ' => $ paymentMethods ,
246
+ 'name_controller ' => Tools::getValue ('controller ' )
246
247
)
247
248
);
248
249
Original file line number Diff line number Diff line change 25
25
<strong >{ l s= ' Customer Email' mod =' hotelreservationsystem' } :</strong >
26
26
</div >
27
27
<div class =" col-sm-9" >
28
- <a target =" _blank" href =" { $link -> getAdminLink (' AdminCustomers' )|escape :' htmlall' :' UTF-8' } & ; id_customer={ $bookingInfo [' id_customer' ]|escape :' html' :' UTF-8' } & ; viewcustomer" >{ $customer_email |escape :' html' :' UTF-8' } </a >
28
+ <a target =" _blank" href =" { $link -> getAdminLink (' AdminCustomers' )|escape :' htmlall' :' UTF-8' } & ; id_customer={ $orderReturnInfo [' id_customer' ]|escape :' html' :' UTF-8' } & ; viewcustomer" >{ $customer_email |escape :' html' :' UTF-8' } </a >
29
29
</div >
30
30
</div >
31
31
</div >
You can’t perform that action at this time.
0 commit comments