mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix count of records
This commit is contained in:
@@ -3592,7 +3592,7 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction =
|
||||
$arrayofselected = is_array($toselect) ? $toselect : array();
|
||||
$param = '';
|
||||
$nbtotalofrecords = count($listofpages['list']);
|
||||
$num = $nbtotalofrecords = $limit;
|
||||
$num = $limit;
|
||||
$permissiontodelete = 0;
|
||||
|
||||
// List of mass actions available
|
||||
|
||||
Reference in New Issue
Block a user