FS#108 Print the accounting or card, lettered, unlettered or all

This commit is contained in:
Dany De Bontridder 2010-07-13 19:23:01 +00:00
parent 4a75de6f8c
commit 19e1190aaf
5 changed files with 9 additions and 7 deletions

View file

@ -47,7 +47,7 @@ $pdf->AddPage();
$Fiche=new Fiche($cn,$f_id);
list($array,$tot_deb,$tot_cred)=$Fiche->get_row_date($from_periode,$to_periode);
list($array,$tot_deb,$tot_cred)=$Fiche->get_row_date($from_periode,$to_periode,$_GET['ople']);
// don't print empty account
if ( count($array) == 0 ) {
exit;