Zoli requests

This commit is contained in:
Tóth Richárd
2018-09-03 18:19:21 +02:00
parent a50eab7528
commit 180e9af3ff
9 changed files with 134 additions and 46 deletions

View File

@@ -2,10 +2,7 @@
{foreach $resi as $key_ => $resii}
{if $resii->get_de_training()|is_a:'training'}
{$key}<br>
{$resii->get_de_training()->get_tr_date()}<br>
{$resii->get_de_training()->get_tr_type_name_by_id()}<br>
{$resii->get_de_training()->get_tr_duration()} perc<br>
{$key};{$resii->get_de_training()->get_tr_date()};{$resii->get_de_training()->get_tr_id()};{$resii->get_de_training()->get_tr_type_name_by_id()};{$resii->get_de_training()->get_tr_duration()} perc;
{if $resii->get_de_has_discount()}
{if $resii->get_de_discount_id() == 1}
Próba kedvezmény<br>
@@ -16,7 +13,7 @@
{/if}
{else}
Fizetős<br>
Fizetős<br>
{/if}
{/if}