Merge pull request #13386 from aspangaro/12.0_a24
FIX: Load the translation file for extrafields
This commit is contained in:
commit
0574e1df9f
@ -1944,6 +1944,10 @@ class ExtraFields
|
|||||||
{
|
{
|
||||||
$align = "right";
|
$align = "right";
|
||||||
}
|
}
|
||||||
|
elseif ($type == 'price')
|
||||||
|
{
|
||||||
|
$align="right";
|
||||||
|
}
|
||||||
elseif ($type == 'double')
|
elseif ($type == 'double')
|
||||||
{
|
{
|
||||||
$align = "right";
|
$align = "right";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user