From ID > limit Voucher PerLine vouchers PageBreak after vouchers Plans


{$_L['Print_Info']}
show {$v|@count} vouchers from {$vc} vouchers
from ID {$v[0]['id']} limit {$limit} vouchers

{$n = 1} {foreach $voucher as $vs} {$jml = $jml + 1} {if $n == 1} {/if} {if $n == $vpl}
{$vs}
{$n = 1} {else} {$n = $n + 1} {/if} {if $jml == $pagebreak} {$jml = 0}
-- pageBreak --
{/if} {/foreach}
{if isset($xfooter)} {$xfooter} {/if}