mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user