From e14c971b69d007bdb8a4dddbb0848dbbb7c942be Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 30 Sep 2020 13:29:20 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/lib/functions2.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php index 547f1be6620..7cc14060aac 100644 --- a/htdocs/core/lib/functions2.lib.php +++ b/htdocs/core/lib/functions2.lib.php @@ -385,7 +385,7 @@ function dol_print_object_info($object, $usetable = 0) // User close if (!empty($object->user_cloture) || !empty($object->user_closing)) { - if (isset($object->user_cloture) && !empty($object->user_cloture)) $object->user_closing = $object->user_cloture; + if (isset($object->user_cloture) && !empty($object->user_cloture)) $object->user_closing = $object->user_cloture; if ($usetable) print ''; print $langs->trans("ClosedBy"); if ($usetable) print ''; @@ -407,7 +407,7 @@ function dol_print_object_info($object, $usetable = 0) // Date close if (!empty($object->date_cloture) || !empty($object->date_closing)) { - if (isset($object->date_cloture) && !empty($object->date_cloture)) $object->date_closing = $object->date_cloture; + if (isset($object->date_cloture) && !empty($object->date_cloture)) $object->date_closing = $object->date_cloture; if ($usetable) print ''; print $langs->trans("DateClosing"); if ($usetable) print '';