Suche nach Inventarnummer eingefügt

wenn nach Inventarnummer oder Bestellnummer gesucht wird werden alle anderen Parameter ignoriert
This commit is contained in:
Karl Burkhart
2011-12-21 14:44:34 +00:00
parent 248666339f
commit 6db9c01033
2 changed files with 60 additions and 57 deletions
+2 -2
View File
@@ -487,7 +487,7 @@ if($aktion == 'suche')
echo "<input type='hidden' name='method' value='suche'/>";
echo "<table border =0>\n";
echo "<tr>\n";
echo "<td>Bestellnummer</td>\n";
echo "<td>Bestell.- Inventarnummer</td>\n";
echo "<td><input type = 'text' size ='32' maxlength = '16' name = 'bestellnr'></td>\n";
echo "</tr>\n";
echo "<tr>\n";
@@ -656,7 +656,7 @@ if($aktion == 'suche')
$bvon = $date->formatDatum($bvon);
if($bbis != '')
$bbis = $date->formatDatum($bbis);
if(($evon || $evon === '') && ($ebis || $ebis === '' ) && ($bvon || $bvon === '') && ($bbis || $bbis === ''))
{
// Filter firma oder firma id werden angezeigt