feat: update voucher management to use 'voucher_per_page' cookie for pagination settings

This commit is contained in:
Focuslinkstech 2025-04-21 12:01:35 +01:00
parent e0efb194bf
commit 944b4c82cb
3 changed files with 28 additions and 11 deletions

View file

@ -329,7 +329,7 @@
});
function changePerPage(select) {
setCookie('per-page', select.value, 365);
setCookie('voucher_per_page', select.value, 365);
setTimeout(() => {
location.reload();
}, 1000);