[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/01: Cosmetic
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/01: Cosmetic |
Date: |
Mon, 26 Aug 2019 10:37:21 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit aabcd8324a53e61e8c82a3c85062e8afb795ab56
Author: Dany De Bontridder <address@hidden>
Date: Mon Aug 26 16:36:45 2019 +0200
Cosmetic
---
include/compta_fin.inc.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/compta_fin.inc.php b/include/compta_fin.inc.php
index 397b300..7627696 100644
--- a/include/compta_fin.inc.php
+++ b/include/compta_fin.inc.php
@@ -133,7 +133,7 @@ if ( isset($_POST['correct']))
//----------------------------------------
// Blank form
//----------------------------------------
-echo '<span class="warning">'.$p_msg.'</span>';
+if ( $p_msg !="" ) echo '<span class="warning">'.$p_msg.'</span>';
echo '<form class="print" name="form_detail" enctype="multipart/form-data"
class="print" METHOD="POST">';
echo HtmlInput::hidden('ledger_type','fin');