FS#108 Print the accounting or card, lettered, unlettered or all
This commit is contained in:
parent
4a75de6f8c
commit
19e1190aaf
5 changed files with 9 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue