fixed utf8 encoding in email

This commit is contained in:
2024-09-10 13:55:07 +02:00
parent 335a3be876
commit 4305c9f473
2 changed files with 16 additions and 2 deletions
@@ -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`);