fix: add missing pagination to sales/purchases list

This commit is contained in:
Flatlogic Bot 2026-03-20 05:25:47 +00:00
parent c308cb99ff
commit a4c7a9f24e

View File

@ -6934,6 +6934,7 @@ $projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Accounting System';
</tfoot> </tfoot>
</table> </table>
</div> </div>
<?= renderPagination($data['current_page'] ?? 1, $data['total_pages'] ?? 1) ?>
</div> </div>