forked from Wavyzz/dolibarr
Revert commit that break compatibility of 100% of modules
This commit is contained in:
@@ -256,7 +256,7 @@ function show_list_sending_receive($origin,$origin_id,$filter='')
|
||||
$text=$product_static->getNomUrl(1);
|
||||
$text.= ' - '.$label;
|
||||
$description=(! empty($conf->global->PRODUIT_DESC_IN_FORM)?'':dol_htmlentitiesbr($objp->description));
|
||||
print Form::textwithtooltip($text,$description,3,'','',$i);
|
||||
print $form->textwithtooltip($text,$description,3,'','',$i);
|
||||
|
||||
// Show range
|
||||
print_date_range($objp->date_start,$objp->date_end);
|
||||
@@ -277,7 +277,7 @@ function show_list_sending_receive($origin,$origin_id,$filter='')
|
||||
|
||||
if (! empty($objp->label)) {
|
||||
$text.= ' <strong>'.$objp->label.'</strong>';
|
||||
print Form::textwithtooltip($text,$objp->description,3,'','',$i);
|
||||
print $form->textwithtooltip($text,$objp->description,3,'','',$i);
|
||||
} else {
|
||||
print $text.' '.nl2br($objp->description);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user