noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 18/29: Follow UP detail do not show the "Add


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 18/29: Follow UP detail do not show the "Add Rows button" in READ mode
Date: Wed, 4 Nov 2020 11:08:43 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 525cecc8d50683dcfcb2f5ee9cbf28dcea97980d
Author: Dany wm De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Nov 1 13:57:52 2020 +0100

    Follow UP detail do not show the "Add Rows button" in READ mode
---
 include/template/follow_up_detail_display.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/follow_up_detail_display.php 
b/include/template/follow_up_detail_display.php
index e10cd34..48f9be5 100644
--- a/include/template/follow_up_detail_display.php
+++ b/include/template/follow_up_detail_display.php
@@ -189,7 +189,7 @@ $menu=new Default_Menu();
 
     </div>
     <div id="d_add_rows">
-    <?php echo Html_Input_Noalyss::ledger_add_item("O"); ?>
+    <?php if ( $p_view != 'READ' ) echo 
Html_Input_Noalyss::ledger_add_item("O"); ?>
         
     <?php echo HtmlInput::button('actualiser', _('Recalculer'), ' 
onClick="compute_all_ledger();"'); ?>
     </div>



reply via email to

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