Fix missing picto in combo list

This commit is contained in:
Laurent Destailleur 2022-10-28 01:40:32 +02:00
parent 035c08536c
commit 9792d4e0aa

View File

@ -526,7 +526,7 @@ $param .= $hookmanager->resPrint;
$arrayofmassactions = array(
'builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"').$langs->trans("PDFMerge"),
'classifyclose'=>$langs->trans("Close"),
'classifyclose' => img_picto('', 'stop-circle', 'class="pictofixedwidth"').$langs->trans("Close"),
'presend' => img_picto('', 'email', 'class="pictofixedwidth"').$langs->trans("SendByMail"),
);
if (in_array($massaction, array('presend'))) {