Update list.php
This commit is contained in:
parent
29dd2e4b67
commit
9e40b8bf4c
@ -836,7 +836,7 @@ if ($resql) {
|
||||
$arrayofmassactions['setbilled'] =img_picto('', 'bill').' '.$langs->trans("ClassifyBilled");
|
||||
}
|
||||
if ($permissiontodelete) {
|
||||
$arrayofmassactions['predelete'] = '<span class="fa fa-trash paddingrightonly"></span>'.img_picto('', 'fa-trash').$langs->trans("Delete");
|
||||
$arrayofmassactions['predelete'] = img_picto('', 'delete').' '.img_picto('', 'fa-trash').$langs->trans("Delete");
|
||||
}
|
||||
|
||||
if (in_array($massaction, array('presend', 'predelete', 'closed'))) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user