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

@ -41,7 +41,8 @@ $Fiche=new Fiche($cn,$_REQUEST['f_id']);
$Fiche->getName();
list($array,$tot_deb,$tot_cred)=$Fiche->get_row_date(
$_GET['from_periode'],
$_GET['to_periode']
$_GET['to_periode'],
$_GET['ople']
);
if ( count($Fiche->row ) == 0 )
{