This commit is contained in:
Karl Burkhart
2011-01-17 09:13:24 +00:00
parent e6ad7f925c
commit 49ab7f81d9
-2
View File
@@ -1378,9 +1378,7 @@ if($aktion == 'suche')
{
// wenn ein Detail gelöscht wird Durchlauf überspringen
if(!isset($_POST["bestelldetailid_$i"]))
{
continue;
}
$detail_id = $_POST["bestelldetailid_$i"];
$bestell_detail = new wawi_bestelldetail();