Page reset in template
I need to print the same report 4 copies at a time.
and with 4 different header labels.
I tried this below tags.. i got 4 copies and page number reset also but couldn't get result in the page and how to get different header labels in all copies
can u help me friends
<?for-each@section:xdoxslt:foreach_number($_XDOCTX,1,4,1)?>
<for-each:G_invoice>
<?invoice_number?>
<?end for-each?>
<?end for-each?>
Thanks in advance