From a0ca759233eca5363d6afd463ec6f0b8e09d645c Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Fri, 19 Jun 2026 14:54:10 +0100 Subject: list_stock.tpl: switch from {include} to {pagination} plugin for page links {include} skips the plugin's setup of \$pgnUrl from SCRIPT_NAME, so page link URLs were malformed. Matches the pattern used by list_movements and list_assemblies. Co-Authored-By: Claude Sonnet 4.6 --- templates/list_stock.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/list_stock.tpl b/templates/list_stock.tpl index 71b7c88..e9ec527 100644 --- a/templates/list_stock.tpl +++ b/templates/list_stock.tpl @@ -106,7 +106,7 @@ {else}

{tr}No stock records found.{/tr}

{/if} - {if $listInfo}{include file="bitpackage:kernel/pagination.tpl"}{/if} + {pagination user_id=$filterUserId|default:'' find=$find|default:''} -- cgit v1.3