4722-routes_refactor #32
src/pages/InvoiceOut/Card
|
@ -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 }) => {
|
||||
|
|
Loading…
Reference in New Issue