fixes #4833-new_module_invoiceOut #30

Merged
joan merged 3 commits from 4833-new_module_invoiceOut into dev 2022-12-13 11:59:26 +00:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 463b45ffe2 - Show all commits

View File

@ -51,7 +51,6 @@ async function fetch() {
}
const filter = computed(() => {
console.log(invoiceOut.value.ref);
return invoiceOut.value ? JSON.stringify({ refFk: invoiceOut.value.ref }) : null;
vicent marked this conversation as resolved
Review

Quitar esta linea

Quitar esta linea
});
</script>

View File

@ -168,6 +168,7 @@ const ticketsColumns = ref([
.q-card {
width: 100%;
min-width: 950px;
max-width: 950px;
}

View File

@ -2,7 +2,7 @@ import { RouterView } from 'vue-router';
export default {
path: '/invoiceOut',
name: 'InvoiceOut2',
name: 'InvoiceOut',
vicent marked this conversation as resolved Outdated
Outdated
Review

Nombre incorrecto

Nombre incorrecto
meta: {
title: 'invoiceOuts',
icon: 'vn:invoice-out'