Skip to content

Commit 7260fbd

Browse files
authored
Merge pull request #173 from shreesh-webkul/gli-499
resolved issue in order refund request controller
2 parents d46c961 + 311a88f commit 7260fbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/hotelreservationsystem/controllers/admin/AdminOrderRefundRequestsController.php

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ public function renderView()
243243
'refundStatuses' => $refundStatuses,
244244
'isRefundCompleted' => $objOrderReturn->hasBeenCompleted(),
245245
'paymentMethods' => $paymentMethods,
246+
'name_controller' => Tools::getValue('controller')
246247
)
247248
);
248249

modules/hotelreservationsystem/views/templates/admin/order_refund_requests/helpers/view/view.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<strong>{l s='Customer Email' mod='hotelreservationsystem'} :</strong>
2626
</div>
2727
<div class="col-sm-9">
28-
<a target="_blank" href="{$link->getAdminLink('AdminCustomers')|escape:'htmlall':'UTF-8'}&amp;id_customer={$bookingInfo['id_customer']|escape:'html':'UTF-8'}&amp;viewcustomer">{$customer_email|escape:'html':'UTF-8'}</a>
28+
<a target="_blank" href="{$link->getAdminLink('AdminCustomers')|escape:'htmlall':'UTF-8'}&amp;id_customer={$orderReturnInfo['id_customer']|escape:'html':'UTF-8'}&amp;viewcustomer">{$customer_email|escape:'html':'UTF-8'}</a>
2929
</div>
3030
</div>
3131
</div>

0 commit comments

Comments
 (0)