This commit is contained in:
Karl Burkhart
2010-12-16 16:47:47 +00:00
parent 94470396ac
commit 7bf0687df8
+12 -1
View File
@@ -893,6 +893,17 @@ if($aktion == 'suche')
}
}
// Welche OEs müssen noch freigeben
if($status->getFreigabeFromBestellung($bestellung->bestellung_id))
{
$bestellung->FreigabeOe($bestellung->bestellung_id);
echo "<input type='submit' value='KST Freigabe' name ='btn_freigabe_kst'>";
}
else
{
}
echo "</td></tr>";
echo "</table>\n";
@@ -1456,7 +1467,7 @@ if($aktion == 'suche')
}
$bestellung_brutto = $bestellung_new->getBrutto($bestellung_new->bestellung_id);
echo $bestellung_brutto;
echo "Summe: ".$bestellung_brutto;
}
}
}