From 86d85a3635a1e6eef279e1997058b8550efd2d60 Mon Sep 17 00:00:00 2001 From: Dany wm De Bontridder Date: Sun, 1 Nov 2020 15:35:35 +0100 Subject: [PATCH] cosmetic , remove myfiedset class, unclosed tag , the title comment is not show if there is no comment --- include/template/detail-action.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/template/detail-action.php b/include/template/detail-action.php index cee6c9a4a..102202ed8 100644 --- a/include/template/detail-action.php +++ b/include/template/detail-action.php @@ -324,7 +324,7 @@ function small(p_id_textarea){ if ( Document_Option::can_add_comment($ag_id) && Document_Option::option_comment($this->dt_id) == "SOME_FIXED") { - echo h2(_("Commentaire")); + if( count($acomment) >0 ) echo h2(_("Commentaire")); for( $c=1;$cag_id > 0 && Document_Option::is_enable_operation_detail($this->dt_i -
+

@@ -409,7 +409,7 @@ if ( $this->ag_id > 0 && Document_Option::is_enable_operation_detail($this->dt_i - +