remove debug

This commit is contained in:
Frédéric FRANCE 2020-12-29 21:48:53 +01:00
parent 3fe495756b
commit 8d526f8f79
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -114,7 +114,6 @@ $result = restrictedArea($user, 'salaries', '', '', '');
// Initialize array of search criterias
$search_all = GETPOST("search_all", 'alpha');
$search = array();
var_dump($object->fields);
foreach ($object->fields as $key => $val) {
if (GETPOST('search_'.$key, 'alpha') !== '') {
$search[$key] = GETPOST('search_'.$key, 'alpha');
@ -139,7 +138,8 @@ $permissiontodelete = $user->rights->salaries->delete;
*/
if (GETPOST('cancel', 'alpha')) {
$action = 'list'; $massaction = '';
$action = 'list';
$massaction = '';
}
if (!GETPOST('confirmmassaction', 'alpha') && $massaction != 'presend' && $massaction != 'confirm_presend') {
$massaction = '';