mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Affichage d'un message "Aucune criture bancaire trouve" si recherche infructueuse.
This commit is contained in:
@@ -74,7 +74,7 @@ print "</tr>\n";
|
||||
</select>
|
||||
</td>
|
||||
<td align="left">
|
||||
<input type="submit" value="Chercher">
|
||||
<input type="submit" name="submit" value="Chercher">
|
||||
</td>
|
||||
</tr>
|
||||
<?PHP
|
||||
@@ -175,8 +175,9 @@ if ($result)
|
||||
|
||||
print "</table>";
|
||||
|
||||
if (! $num) {
|
||||
print "Aucune r<>ponse trouv<75>e.";
|
||||
// Si acc<63>s issu d'une recherche et rien de trouv<75>
|
||||
if ($_POST["submit"] && ! $num) {
|
||||
print "Aucune <20>criture bancaire r<>pondant aux crit<69>res n'a <20>t<EFBFBD> trouv<75>e.";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user