Fixed asset so you can see all assets to all clients also started the addition of records per page

This commit is contained in:
johnny@pittpc.com
2021-01-15 19:38:04 -05:00
parent ad979ac8fd
commit 2fe105303c
3 changed files with 15 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
<?php
$total_found_rows = $num_rows[0];
$total_pages = ceil($total_found_rows / 10);
$total_pages = ceil($total_found_rows / $config_records_per_page);
if ($total_found_rows > 10) {
$i=0;