Skip to content
Snippets Groups Projects
Commit 3d857561 authored by Julien - Le Filament's avatar Julien - Le Filament
Browse files

[UPD] default 50 invoices per page

parent f8b93c06
Branches 16.0
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
data-page-length="10"
data-columndefs="[{'target': [0, 1, 8], 'searchable': 0}]"
>
<table class="table mt-4" t-if="invoices or invoices_ext">
<table class="table mt-4" t-if="invoices or invoices_ext" data-page-length="50">
<thead>
<tr>
<th />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment