Qual: Uniformize code

This commit is contained in:
Laurent Destailleur
2010-06-23 20:30:04 +00:00
parent bc7dca21a3
commit ee092ddacf
4 changed files with 249 additions and 10 deletions

View File

@@ -456,8 +456,7 @@ if ($_GET['action'] != 'new')
if ($remisecheque->statut == 1)
{
$dirchequereceipts = $dir.get_exdir($remisecheque->number,2,1).$remisecheque->ref;
$gen = array('blochet'=>'blochet');
$formfile->show_documents("remisecheque",$remisecheque->ref,$dirchequereceipts,$_SERVER["PHP_SELF"].'?id='.$remisecheque->id,$gen,1);
$formfile->show_documents("remisecheque",$remisecheque->ref,$dirchequereceipts,$_SERVER["PHP_SELF"].'?id='.$remisecheque->id,1,1);
}
}