mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX stickler ci
This commit is contained in:
parent
9ed824a484
commit
fb5c3ee02e
|
|
@ -758,7 +758,7 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
|
|||
|
||||
// List of mass actions available
|
||||
$arrayofmassactions = array(
|
||||
'presend' => img_picto('', 'email', 'class="pictofixedwidth"').$langs->trans("SendByMail"),
|
||||
'presend' => img_picto('', 'email', 'class="pictofixedwidth"').$langs->trans("SendByMail"),
|
||||
// 'builddoc'=>img_picto('', 'pdf', 'class="pictofixedwidth"').$langs->trans("PDFMerge"),
|
||||
);
|
||||
//if($user->rights->societe->creer) $arrayofmassactions['createbills']=$langs->trans("CreateInvoiceForThisCustomer");
|
||||
|
|
|
|||
|
|
@ -519,7 +519,7 @@ if (!$error && $massaction == 'confirm_presend') {
|
|||
}
|
||||
} else {
|
||||
$trackid = strtolower(get_class($objecttmp));
|
||||
if (get_class($objecttmp) == 'Contact') {
|
||||
if (get_class($objecttmp) == 'Contact') {
|
||||
$trackid = 'ctc';
|
||||
} elseif (get_class($objecttmp) == 'Contrat') {
|
||||
$trackid = 'con';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user