Merge pull request #13386 from aspangaro/12.0_a24

FIX: Load the translation file for extrafields
This commit is contained in:
Laurent Destailleur 2020-03-20 10:05:41 +01:00 committed by GitHub
commit 0574e1df9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1944,6 +1944,10 @@ class ExtraFields
{
$align = "right";
}
elseif ($type == 'price')
{
$align="right";
}
elseif ($type == 'double')
{
$align = "right";