Start balance for cat of card(
This commit is contained in:
parent
6c029c2b80
commit
019ebee2fc
1 changed files with 6 additions and 4 deletions
|
|
@ -112,10 +112,6 @@ if ( $_GET['histo'] == 3 ) {
|
|||
|
||||
exit();
|
||||
}
|
||||
// Balance
|
||||
if ( $_GET['histo'] == 4 ) {
|
||||
var_dump('to be implemented');
|
||||
}
|
||||
$export_pdf='<FORM METHOD="get" ACTION="category_pdf.php">';
|
||||
$export_pdf.=HtmlInput::hidden('cat',$_GET['cat']);
|
||||
$export_pdf.=HtmlInput::hidden('start',$_GET['start']);
|
||||
|
|
@ -125,6 +121,12 @@ $export_pdf.=dossier::hidden();
|
|||
$export_pdf.=HtmlInput::submit('pdf','Export en PDF');
|
||||
$export_pdf.='</FORM>';
|
||||
echo $export_pdf;
|
||||
// Balance
|
||||
if ( $_GET['histo'] == 4 ) {
|
||||
var_dump('to be implemented');
|
||||
exit();
|
||||
}
|
||||
|
||||
// for the lettering
|
||||
foreach($array as $row) {
|
||||
$letter=new Lettering_Card($cn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue