noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 136/162: Misc. Operation : input : Missing ta


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 136/162: Misc. Operation : input : Missing tag TR
Date: Sat, 11 Jul 2020 13:24:03 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit 99e4b16345db958e3bdab344032cf40fb27e6d9e
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sat Dec 29 18:53:47 2018 +0100

    Misc. Operation : input : Missing tag TR
---
 include/operation_ods_new.inc.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/operation_ods_new.inc.php 
b/include/operation_ods_new.inc.php
index 1c6f96f..f3dcacd 100644
--- a/include/operation_ods_new.inc.php
+++ b/include/operation_ods_new.inc.php
@@ -83,7 +83,9 @@ echo '<div style="position:absolute;width:40%;right:20px">';
 echo '<table class="info_op">'.
  '<tr>'.td(_('Débit')) . '<td id="totalDeb"></td>' .
  td(_('Crédit')) . ' <td id="totalCred"></td>' .
- td(_('Difference')) . ' <td id="totalDiff"></td>';
+ td(_('Difference')) . ' <td id="totalDiff"></td>'.
+        '</tr>';
+
 echo '</table>';
 echo '</div>';
 



reply via email to

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