Printing
======== * Balance * Card (from poste) * Accounting
This commit is contained in:
parent
24cc2ad26a
commit
5c26cd14ba
10 changed files with 152 additions and 126 deletions
|
|
@ -40,8 +40,8 @@ $User->Check();
|
|||
$Fiche=new fiche($cn,$_REQUEST['f_id']);
|
||||
$Fiche->getName();
|
||||
list($array,$tot_deb,$tot_cred)=$Fiche->get_row_date(
|
||||
$_POST['from_periode'],
|
||||
$_POST['to_periode']
|
||||
$_GET['from_periode'],
|
||||
$_GET['to_periode']
|
||||
);
|
||||
if ( count($Fiche->row ) == 0 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue