Update list.php

This commit is contained in:
Jay Yeo 2021-11-30 20:08:56 +07:00 committed by GitHub
parent 48c4ddf347
commit 169f5e6ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -501,7 +501,7 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
$arrayofmassactions = array( $arrayofmassactions = array(
'builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"').$langs->trans("PDFMerge"), 'builddoc' => img_picto('', 'pdf', 'class="pictofixedwidth"').$langs->trans("PDFMerge"),
'classifyclose'=>$langs->trans("Close"), TODO massive close shipment ie: when truck is charged 'classifyclose'=>$langs->trans("Close"),
'presend' => img_picto('', 'email', 'class="pictofixedwidth"').$langs->trans("SendByMail"), 'presend' => img_picto('', 'email', 'class="pictofixedwidth"').$langs->trans("SendByMail"),
); );
if (in_array($massaction, array('presend'))) { if (in_array($massaction, array('presend'))) {