diff --git a/wawi/bestellung.php b/wawi/bestellung.php index 21d460de7..f7d69f26d 100644 --- a/wawi/bestellung.php +++ b/wawi/bestellung.php @@ -486,6 +486,10 @@ if($aktion == 'suche') echo "\n"; echo "\n"; echo "\n"; + echo "Bestellposition:\n"; + echo ""; + echo ""; + echo "\n"; echo "Erstelldatum\n"; echo "von bis \n"; echo "\n"; @@ -594,7 +598,7 @@ if($aktion == 'suche') echo "\n"; echo ""; echo " \n"; - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; } @@ -633,7 +637,7 @@ if($aktion == 'suche') $tagsNotExists = true; else $tagsNotExists = false; - + $bestellposition= (isset($_REQUEST['bestellposition'])?$_REQUEST['bestellposition']:''); $bestellung = new wawi_bestellung(); if($evon != '') @@ -648,7 +652,7 @@ if($aktion == 'suche') if(($evon || $evon === '') && ($ebis || $ebis === '' ) && ($bvon || $bvon === '') && ($bbis || $bbis === '')) { // Filter firma oder firma id werden angezeigt - if($bestellung->getAllSearch($bestellnummer, $titel, $evon, $ebis, $bvon, $bbis, $firma_id, $oe_kurzbz, $filter_konto, $mitarbeiter_uid, $rechnung, $filter_firma, $filter_kostenstelle, $tag, $zahlungstyp, $tagsNotExists)) + if($bestellung->getAllSearch($bestellnummer, $titel, $evon, $ebis, $bvon, $bbis, $firma_id, $oe_kurzbz, $filter_konto, $mitarbeiter_uid, $rechnung, $filter_firma, $filter_kostenstelle, $tag, $zahlungstyp, $tagsNotExists, $bestellposition)) { $brutto = 0; $gesamtpreis =0; @@ -744,7 +748,7 @@ elseif($aktion == 'new') echo "\n"; echo "\n"; echo " \n"; - echo "\n"; + echo "\n"; echo "\n"; echo "
Waren im Wert von über € 500,- sind als Investition zu betrachten, darunter als geringwertiges Wirtschaftsgut (GWG). Dienstleistungen, Nahrungsmittel etc. sind Aufwände.
"; @@ -2138,7 +2142,7 @@ if($_GET['method']=='update') } } if(isset($_SESSION['wawi/lastsearch'])) - echo '

'; + echo '

'; if($status->isStatiVorhanden($bestellung->bestellung_id, 'Abgeschickt')) echo "Bestellung wurde am ".$date->formatDatum($status->datum,'d.m.Y')." abgeschickt.";