From ee6bc8024219263629b5acba0563786179db0463 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Feb 2021 01:59:13 +0100 Subject: [PATCH] Fix phpcs --- 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 dcbda148158..85afea4ab16 100644 --- a/htdocs/core/tpl/object_discounts.tpl.php +++ b/htdocs/core/tpl/object_discounts.tpl.php @@ -112,4 +112,4 @@ if ($absolute_discount <= 0 && $absolute_creditnote <= 0) { } } -print ''; \ No newline at end of file +print '';