2
0
forked from Wavyzz/dolibarr

Status and amount of object should always be visible.

This commit is contained in:
Laurent Destailleur
2015-04-06 16:13:23 +02:00
parent 683f27f6b1
commit b49705d5d0
7 changed files with 97 additions and 24 deletions

View File

@@ -3004,7 +3004,7 @@ function price($amount, $form=0, $outlangs='', $trunc=1, $rounding=-1, $forcerou
$cursymbolafter.=($tmpcur == $currency_code ? ' '.$tmpcur : $tmpcur);
}
}
$output=$cursymbolbefore.$output.$end.$cursymbolafter;
$output=$cursymbolbefore.$output.$end.($cursymbolafter?' ':'').$cursymbolafter;
return $output;
}