4722-routes_refactor #32

Merged
joan merged 10 commits from 4722-routes_refactor into dev 2022-12-14 09:57:34 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 54fa572f02 - Show all commits
src/pages/InvoiceOut/Card

View File

@ -29,7 +29,6 @@ function fetch() {
axios.get(`InvoiceOuts/${id}/summary`).then(({ data }) => {
invoiceOut.value = data.invoiceOut;
tax.value = data.invoiceOut.taxesBreakdown;
console.log('tax', tax);
});
axios.get(`InvoiceOuts/${id}/getTickets`).then(({ data }) => {