mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
avoid extra space after idprof
This commit is contained in:
parent
0104f00a7a
commit
70af9b548f
|
|
@ -2672,7 +2672,9 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||
print dol_print_profids($object->$key, 'ProfId'.$i, $object->country_code, 1);
|
||||
if ($object->$key) {
|
||||
if ($object->id_prof_check($i, $object) > 0) {
|
||||
print ' '.$object->id_prof_url($i, $object);
|
||||
if (!empty($object->id_prof_url($i, $object))) {
|
||||
print ' '.$object->id_prof_url($i, $object);
|
||||
}
|
||||
} else {
|
||||
print ' <span class="error">('.$langs->trans("ErrorWrongValue").')</span>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user