Fix systematic errors in pagination, sucursal warnings, and fatal count() errors across multiple modules
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
$_SESSION['prodsPed'] = array();
|
||||
unset($_SESSION['prodsPed']);
|
||||
|
||||
$pedido->setPage($_GET['p']);
|
||||
$pedido->setPage($_GET['p'] ?? 0);
|
||||
|
||||
$pedidos = $pedido->Enumerate2();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user