Fix bug in stock search

This commit is contained in:
Dany De Bontridder 2012-06-16 18:28:01 +00:00
parent 0b93ac9cad
commit 70bde95d66

View file

@ -31,9 +31,13 @@
<form method="GET">
<?= HtmlInput::get_to_hidden(array("gDossier", "ac"))?>
<table>
<tr>
<td> Code Stock </td>
<td> <?= $wcode_stock->input()?><?= $wcode_stock->search()?> </td>
</tr>
<tr>
<td> Fiche </td>
<td> <?= $wcard->input()?><?=$wcard->search()?> </td>
<td> <?= $wcard->input()?><?= $wcard->search()?> </td>
</tr>
<tr>
<td> A partir de </td>
@ -55,16 +59,13 @@
<td> Montant inférieur ou égal à </td>
<td> <?= $wamount_end->input()?> </td>
</tr>
<tr>
<td> Code Stock </td>
<td> <?= $wcode_stock->input()?> </td>
</tr>
<tr>
<td> Direction </td>
<td> <?= $wdirection->input()?> </td>
</tr>
</table>
<?=HtmlInput::submit("search_histo_b","Recherche")?>
<?= HtmlInput::submit("search_histo_b", "Recherche")?>
</form>
</div>