Hotfix: reload window when price is recalculated #863

Merged
jon merged 6 commits from Hotfix-RecalculatePriceReload into master 2024-10-25 09:32:24 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit c9e82f2caf - Show all commits

View File

@ -105,7 +105,6 @@ const showSmsDialog = (template) => {
const calculateSalePrice = async () => {
if (!props.sales) return;
console.log('CALLED');
await axios.post(`Sales/recalculatePrice`, props.sales);
notify(t('globals.dataSaved'), 'positive');
emit('reCalculatedPrice', props.sales);
jon marked this conversation as resolved Outdated

y si ahora tenemos otro evento que refresca la tabla...
Cambiale el nombre a refreshTable

y si ahora tenemos otro evento que refresca la tabla... Cambiale el nombre a refreshTable