Attached Files are now deleted when deleting order
This commit is contained in:
@@ -74,7 +74,9 @@ class ProductController extends mfBaseController {
|
||||
$data = [];
|
||||
$data['name'] = $r->name;
|
||||
$data['description'] = $r->description;
|
||||
$data['sla_id'] = $r->sla_id;
|
||||
if($r->sla_id) {
|
||||
$data['sla_id'] = $r->sla_id;
|
||||
}
|
||||
$data['external'] = ($r->external == 1) ? "1" : "0";
|
||||
$data['price_nne'] = ($r->price_nne) ? Layout::commaToDot($r->price_nne) : 0;
|
||||
$data['price_nbe'] = ($r->price_nbe) ? Layout::commaToDot($r->price_nbe) : 0;
|
||||
|
||||
Reference in New Issue
Block a user