Little correction
This commit is contained in:
parent
0b594eab59
commit
c6f96a81d1
@ -2759,22 +2759,23 @@ class Propal extends CommonObject
|
|||||||
$label .= '<br><b>'.$langs->trans('AmountTTC').':</b> '.price($this->total_ttc, 0, $langs, 0, -1, -1,
|
$label .= '<br><b>'.$langs->trans('AmountTTC').':</b> '.price($this->total_ttc, 0, $langs, 0, -1, -1,
|
||||||
$conf->currency);
|
$conf->currency);
|
||||||
}
|
}
|
||||||
$linkclose = '" title="'.dol_escape_htmltag($label, 1).'" class="classfortooltip">';
|
|
||||||
if ($option == '') {
|
|
||||||
$link = '<a href="'.DOL_URL_ROOT.'/comm/propal.php?id='.$this->id.$get_params.$linkclose;
|
|
||||||
}
|
|
||||||
if ($option == 'compta') { // deprecated
|
|
||||||
$link = '<a href="'.DOL_URL_ROOT.'/comm/propal.php?id='.$this->id.$get_params.$linkclose;
|
|
||||||
}
|
|
||||||
if ($option == 'expedition') {
|
|
||||||
$link = '<a href="'.DOL_URL_ROOT.'/expedition/propal.php?id='.$this->id.$get_params.$linkclose;
|
|
||||||
}
|
|
||||||
if ($option == 'document') {
|
|
||||||
$link = '<a href="'.DOL_URL_ROOT.'/comm/propal/document.php?id='.$this->id.$get_params.$linkclose;
|
|
||||||
}
|
|
||||||
$linkend = '</a>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$linkclose = '" title="'.dol_escape_htmltag($label, 1).'" class="classfortooltip">';
|
||||||
|
if ($option == '') {
|
||||||
|
$link = '<a href="'.DOL_URL_ROOT.'/comm/propal.php?id='.$this->id. $get_params .$linkclose;
|
||||||
|
}
|
||||||
|
if ($option == 'compta') { // deprecated
|
||||||
|
$link = '<a href="'.DOL_URL_ROOT.'/comm/propal.php?id='.$this->id. $get_params .$linkclose;
|
||||||
|
}
|
||||||
|
if ($option == 'expedition') {
|
||||||
|
$link = '<a href="'.DOL_URL_ROOT.'/expedition/propal.php?id='.$this->id. $get_params .$linkclose;
|
||||||
|
}
|
||||||
|
if ($option == 'document') {
|
||||||
|
$link = '<a href="'.DOL_URL_ROOT.'/comm/propal/document.php?id='.$this->id. $get_params .$linkclose;
|
||||||
|
}
|
||||||
|
$linkend='</a>';
|
||||||
|
|
||||||
$picto='propal';
|
$picto='propal';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user