From 1457afb9b920e0c2b90e04b8c2971b084760deb5 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 1 Sep 2021 15:35:23 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/tpl/object_discounts.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/tpl/object_discounts.tpl.php b/htdocs/core/tpl/object_discounts.tpl.php index 2bac4fca588..df565aea6f9 100644 --- a/htdocs/core/tpl/object_discounts.tpl.php +++ b/htdocs/core/tpl/object_discounts.tpl.php @@ -37,7 +37,7 @@ if (!isset($absolute_discount)) { if (!isset($absolute_creditnote)) { $absolute_creditnote = 0; } - + // Relative and absolute discounts $addrelativediscount = ''.$langs->trans("EditRelativeDiscount").''; $addabsolutediscount = ''.$langs->trans("EditGlobalDiscounts").'';