========
* Balance 
* Card (from poste)
* Accounting
This commit is contained in:
Dany De Bontridder 2010-05-04 23:06:49 +00:00
parent 24cc2ad26a
commit 5c26cd14ba
10 changed files with 152 additions and 126 deletions

View file

@ -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 )
{