From 5379274579a1d3ca33590f8dce3a89839d522045 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Thu, 2 Dec 2010 09:03:41 +0000 Subject: [PATCH] --- wawi/bestellung.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wawi/bestellung.php b/wawi/bestellung.php index 5116d9076..34889e2cc 100644 --- a/wawi/bestellung.php +++ b/wawi/bestellung.php @@ -797,7 +797,7 @@ if($aktion == 'suche') echo "
"; //tabelle Positonen - echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; @@ -969,8 +969,11 @@ if($aktion == 'suche') '; - + echo "\n"; + echo "

"; // div Aufteilung --> kann ein und ausgeblendet werden + + echo "Aufteilung\n"; echo "
\n"; @@ -987,7 +990,7 @@ if($aktion == 'suche') $disabled =''; if($status->isStatiVorhanden($bestellung->bestellung_id, 'Storno') ) $disabled ='disabled'; - echo "\n"; + } else
LöschenPos