Ajout filtre dynamique pour PREOD
This commit is contained in:
parent
123186c246
commit
dec29fc58d
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ if ( $request_sa== 'jrn' )
|
|||
echo _("Aucun enregistrement");
|
||||
return;
|
||||
}
|
||||
|
||||
echo '<table>';
|
||||
echo HtmlInput::filter_table('preod_table', '0', 0);
|
||||
echo '<table id="preod_table">';
|
||||
$count=0;
|
||||
foreach ($array as $row )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue