noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 13/38: FOLLOWUP : Cosmetic nombre pièces


From: dwm
Subject: [Noalyss-commit] [noalyss] 13/38: FOLLOWUP : Cosmetic nombre pièces
Date: Sun, 18 Feb 2024 07:30:43 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 5d783369c48404547a4d172275bae76a7938ec6c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Feb 3 14:20:46 2024 +0100

    FOLLOWUP : Cosmetic  nombre pièces
---
 include/template/follow_up-display.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/template/follow_up-display.php 
b/include/template/follow_up-display.php
index e9156d542..903d39dfa 100644
--- a/include/template/follow_up-display.php
+++ b/include/template/follow_up-display.php
@@ -529,7 +529,10 @@ if ( $this->ag_id > 0 && 
Document_Option::is_enable_operation_detail($this->dt_i
 <?php if (($p_view != 'READ' && $str_select_doc != '' )|| ! empty 
($aAttachedFile)) : ?>
 <div  id="div_action_attached_doc">
   <h2>
-     <?php echo _('Pièces attachées')?>
+     <?php
+     echo _('Pièces attachées');
+     printf("(%s)",count($aAttachedFile));
+     ?>
   </h2>
     <div class="noprint">
         <?php 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]