fixed utf8 encoding in email
This commit is contained in:
@@ -69,6 +69,7 @@ Vue.component('warehouse-e-shop-order', {
|
||||
} else {
|
||||
window.notify('error', 'Ein Fehler ist aufgetreten');
|
||||
}
|
||||
await this.$refs.table.$refs.table.fetchData();
|
||||
},
|
||||
async createCSVExportAndMarkAsAccepted() {
|
||||
const response = await axios.post(`${window['TT_CONFIG']['BASE_PATH']}/WarehouseEShopOrder/CSVExportNewOrdersMarkAccepted`);
|
||||
|
||||
Reference in New Issue
Block a user