fixed creating csv
This commit is contained in:
@@ -98,7 +98,7 @@ Vue.component('warehouse-e-shop-order', {
|
||||
const response = await axios.post(`${window['TT_CONFIG']['BASE_PATH']}/WarehouseEShopOrder/CSVExportNewOrdersMarkAccepted`);
|
||||
|
||||
if (response.data.message) {
|
||||
window.notify('success', response.data.message);
|
||||
window.notify(response.data.success === true ? 'success' : 'error', response.data.message);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user