Update list.php

This commit is contained in:
Anthony Berton 2021-04-14 00:29:06 +02:00
parent 2c18e31ee0
commit 992cf0a091

View File

@ -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'))) {