Fix systematic errors in pagination, sucursal warnings, and fatal count() errors across multiple modules
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
exit;
|
||||
}
|
||||
|
||||
$cuentaBancaria->SetPage($_GET["p"]);
|
||||
$p = intval($_GET["p"] ?? 0);
|
||||
$cuentaBancaria->SetPage($p);
|
||||
$cuentasBancarias = $cuentaBancaria->Enumerate();
|
||||
|
||||
$smarty->assign('cuentasBancarias', $cuentasBancarias);
|
||||
|
||||
Reference in New Issue
Block a user