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