diff options
| -rw-r--r-- | templates/list_stock.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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} <p class="muted">{tr}No stock records found.{/tr}</p> {/if} - {if $listInfo}{include file="bitpackage:kernel/pagination.tpl"}{/if} + {pagination user_id=$filterUserId|default:'' find=$find|default:''} </section> </div> |
