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
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue