mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Suche nach Inventarnummer eingefügt
wenn nach Inventarnummer oder Bestellnummer gesucht wird werden alle anderen Parameter ignoriert
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user