InsideOrder: remove item fix
This commit is contained in:
@@ -73,7 +73,7 @@ else if ($_REQUEST['isDuplicate']=="true") {
|
||||
$row = [];
|
||||
$row['id'] = create_guid();
|
||||
$row['product_component'] = 1;
|
||||
$tmp = explode('|',$p);
|
||||
$row['product_product_id'] = $tmp[0];
|
||||
$row['product_id'] = $c['ecmcomponent_id'];
|
||||
$row['position'] = $position;
|
||||
$position++;
|
||||
|
||||
Reference in New Issue
Block a user