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
|
// List of mass actions available
|
||||||
$arrayofmassactions = array(
|
$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"),
|
// 'builddoc'=>img_picto('', 'pdf', 'class="pictofixedwidth"').$langs->trans("PDFMerge"),
|
||||||
);
|
);
|
||||||
//if($user->rights->societe->creer) $arrayofmassactions['createbills']=$langs->trans("CreateInvoiceForThisCustomer");
|
//if($user->rights->societe->creer) $arrayofmassactions['createbills']=$langs->trans("CreateInvoiceForThisCustomer");
|
||||||
|
|||||||
@ -519,7 +519,7 @@ if (!$error && $massaction == 'confirm_presend') {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$trackid = strtolower(get_class($objecttmp));
|
$trackid = strtolower(get_class($objecttmp));
|
||||||
if (get_class($objecttmp) == 'Contact') {
|
if (get_class($objecttmp) == 'Contact') {
|
||||||
$trackid = 'ctc';
|
$trackid = 'ctc';
|
||||||
} elseif (get_class($objecttmp) == 'Contrat') {
|
} elseif (get_class($objecttmp) == 'Contrat') {
|
||||||
$trackid = 'con';
|
$trackid = 'con';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user