Hotfix: reload window when price is recalculated #863
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
y si ahora tenemos otro evento que refresca la tabla...
Cambiale el nombre a refreshTable