diff --git a/wawi/bestellung.php b/wawi/bestellung.php index c1fd35fd3..c95485d4a 100644 --- a/wawi/bestellung.php +++ b/wawi/bestellung.php @@ -702,7 +702,7 @@ if($aktion == 'suche') echo "\n"; } echo "\n"; - echo "Summe:".number_format($gesamtpreis,2, ",",".")." €\n"; + echo "Summe:".number_format($gesamtpreis,2, ",",".")." €\n"; } else echo $bestellung->errormsg; @@ -1471,7 +1471,9 @@ if($_GET['method']=='update') } if($status->isStatiVorhanden($bestellung->bestellung_id, 'Lieferung') ) { - echo " Geliefert am: ".$date->formatDatum($status->datum, 'd.m.Y').""; + $status_help = new wawi_bestellstatus(); + $status_help->getStatiFromBestellung('Lieferung', $bestellung->bestellung_id); + echo " insertvon>Geliefert am: ".$date->formatDatum($status->datum, 'd.m.Y').""; $new++; } if($status->isStatiVorhanden($bestellung->bestellung_id, 'Storno') )