detsta processing -> move to cart if not successfull, transfer/paymentLater changes
This commit is contained in:
@@ -38,7 +38,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
<div style="margin-bottom: 6px;">
|
||||
<?php
|
||||
echo Html::a("PDF",Url::current(['TransferLaterSearch[output]'=>'pdf']), ['class' => 'btn btn-primary' ]);
|
||||
echo Html::a("XLS",Url::current(['TransferLaterSearch[output]'=>'xls']), ['class' => 'btn btn-primary' ]);
|
||||
?>
|
||||
</div>
|
||||
|
||||
@@ -85,6 +85,10 @@ echo Html::a("Egyiket sem",null, ['class' => 'btn btn-primary deselect-all',
|
||||
'attribute' => 'customer_name',
|
||||
'label' => 'Vendég'
|
||||
],
|
||||
[
|
||||
'attribute' => 'card_number',
|
||||
'label' => 'Kártyaszám'
|
||||
],
|
||||
[
|
||||
'attribute' => 'ticket_type_name',
|
||||
'label' => 'Bérlet típus'
|
||||
@@ -126,6 +130,10 @@ echo Html::a("Egyiket sem",null, ['class' => 'btn btn-primary deselect-all',
|
||||
[
|
||||
'attribute' => 'ticket_comment',
|
||||
'label' => 'Megj'
|
||||
],
|
||||
[
|
||||
'attribute' => 'enter',
|
||||
'label' => 'Belépések'
|
||||
],
|
||||
],
|
||||
]); ?>
|
||||
|
||||
Reference in New Issue
Block a user