diff --git a/htdocs/core/tpl/objectline_create.tpl.php b/htdocs/core/tpl/objectline_create.tpl.php
index fb4489e38bf..e859b3bc5f3 100644
--- a/htdocs/core/tpl/objectline_create.tpl.php
+++ b/htdocs/core/tpl/objectline_create.tpl.php
@@ -171,7 +171,7 @@ if ($nolinesbefore) {
echo '
'.$langs->trans('MarginRate').' | ';
}
if (getDolGlobalString('DISPLAY_MARK_RATES')) {
- echo ''.$langs->trans('MarkRate').' | ';
+ echo ''.$langs->trans('MarkRate').' | ';
}
}
} ?>
diff --git a/htdocs/core/tpl/objectline_title.tpl.php b/htdocs/core/tpl/objectline_title.tpl.php
index f94d304ace4..f548145747b 100644
--- a/htdocs/core/tpl/objectline_title.tpl.php
+++ b/htdocs/core/tpl/objectline_title.tpl.php
@@ -191,7 +191,7 @@ if ($usemargins && isModEnabled('margin') && empty($user->socid)) {
print '';
}
if (getDolGlobalString('DISPLAY_MARK_RATES') && $user->hasRight('margins', 'liretous')) {
- print ''.$langs->trans('MarkRate').' | ';
+ print ''.$langs->trans('MarkRate').' | ';
}
}
diff --git a/htdocs/core/tpl/objectline_view.tpl.php b/htdocs/core/tpl/objectline_view.tpl.php
index d482a97657f..e50370f4c45 100644
--- a/htdocs/core/tpl/objectline_view.tpl.php
+++ b/htdocs/core/tpl/objectline_view.tpl.php
@@ -454,7 +454,7 @@ if ($usemargins && isModEnabled('margin') && empty($user->socid)) {
pa_ht == 0) ? 'n/a' : price(price2num($line->marge_tx, 'MT')).'%'); ?> |
hasRight('margins', 'liretous')) {?>
- marque_tx, 'MT')).'%'; ?> |
+ marque_tx, 'MT')).'%'; ?> |