noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/10: PHP8.1 compatibility


From: dwm
Subject: [Noalyss-commit] [noalyss] 04/10: PHP8.1 compatibility
Date: Sun, 25 Feb 2024 13:17:47 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit ec288f676b271bc8986aed8f5380ac94d9cc8658
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Feb 18 17:58:47 2024 +0100

    PHP8.1 compatibility
---
 include/template/ledger_detail_misc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/ledger_detail_misc.php 
b/include/template/ledger_detail_misc.php
index 57fe1f5e9..15944d7f7 100644
--- a/include/template/ledger_detail_misc.php
+++ b/include/template/ledger_detail_misc.php
@@ -41,7 +41,7 @@ $owner = new Noalyss_Parameter_Folder($cn);
                     <td>
                         <?php 
                           $itext=new IText('lib');
-                          $itext->value=strip_tags($obj->det->jr_comment);
+                          $itext->value=strip_tags($obj->det->jr_comment??"");
                           $itext->size=40;
                           echo td(_('Libellé')).td($itext->input());
 



reply via email to

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