fix: refs #8731 customerBalance and test #1578

Merged
carlossa merged 7 commits from 8731-customerBalanceFix into master 2025-03-10 08:22:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 31a7aef2d9 - Show all commits

View File

@ -16,7 +16,6 @@ const filter = {
{ relation: 'mandateType', scope: { fields: ['id', 'code'] } },
{ relation: 'company', scope: { fields: ['id', 'code'] } },
],
where: { clientFk: route.params.id },
order: ['created DESC'],
limit: 20,
};
@ -66,6 +65,7 @@ const columns = computed(() => [
data-key="Mandates"
url="Mandates"
:user-filter="filter"
:filter="{ where: { clientFk: route.params.id } }"
auto-load
:columns="columns"
class="full-width q-mt-md"