Merge branch 'bugfix/e-shop' into 'master'
fixed emailing error See merge request fronk/thetool!666
This commit is contained in:
@@ -184,11 +184,6 @@ class WarehouseEShopOrderController extends TTCrud {
|
||||
|
||||
|
||||
protected function CSVExportNewOrdersMarkAcceptedAction($returnCSV = false, $orderIds = []) {
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
|
||||
$orders = WarehouseEShopOrderModel::getAll(['status' => 'new']);
|
||||
$orders = array_map(function ($order) {
|
||||
return (array) $order;
|
||||
|
||||
Reference in New Issue
Block a user