';
$return .= '
'.(method_exists($this, 'getNomUrl') ? $this->getNomUrl() : $this->ref).'';
if (property_exists($this, 'thirdparty') && is_object($this->thirdparty)) {
- $return .= '
'.$this->thirdparty->getNomUrl(1).'';
+ $return .= '
'.$this->thirdparty->getNomUrl(1).'
';
}
if (property_exists($this, 'total_ht')) {
- $return .= '
'.price($this->total_ht, 0, $langs, 0, -1, -1, $conf->currency).' '.$langs->trans('HT').'';
+ $return .= '
'.price($this->total_ht, 0, $langs, 0, -1, -1, $conf->currency).' '.$langs->trans('HT').'
';
}
if (method_exists($this, 'getLibStatut')) {
- $return .= '
'.$this->getLibStatut(5).'
';
+ $return .= '
'.$this->getLibStatut(5).'
';
}
$return .= '