noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 84/162: FIN : cosmetic : bug due the currency


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 84/162: FIN : cosmetic : bug due the currency feature in the input there are 2 supplementary rows for total in EUR and CURRENCY. Those rows don't exist for FIN
Date: Sat, 11 Jul 2020 13:23:45 -0400 (EDT)

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

commit 36a4c4949a04e52d823140de4e46019635fbfcd3
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Wed Nov 7 11:23:24 2018 +0100

    FIN : cosmetic : bug due the currency feature
    in the input there are 2 supplementary rows
    for total in EUR and CURRENCY. Those rows don't
    exist for FIN
---
 include/template/form_ledger_fin.php | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/include/template/form_ledger_fin.php 
b/include/template/form_ledger_fin.php
index 2e34607..8333f8b 100644
--- a/include/template/form_ledger_fin.php
+++ b/include/template/form_ledger_fin.php
@@ -6,6 +6,8 @@
        <h2  id="jrn_name"> <?php echo $this->get_name()?></h2>
 </div>
 <legend><?php echo $f_legend ?> </legend>
+<p>
+    
 <?php 
        $wchdate=new ISelect('chdate');
        $wchdate->value=array(
@@ -20,7 +22,14 @@
    <?php echo _('Date').' '.$f_date ?>
 </span>
 
+</p>
+<?php if ( $f_period <> "") :?>
+<p>
+    
 <?php echo $f_period?><br>
+</p>
+<?php endif;?>
+
 <?php echo $f_jrn?><br>
     <?php echo _('Banque')?><?php echo $f_bank ?>&nbsp;
         <?php echo _("Devise")?>&nbsp;
@@ -64,6 +73,28 @@ $i++;
 
 }
 ?>
+<tr>
+    <td>
+        
+    </td>
+    <td>
+        
+    </td>
+    <td>
+        
+    </td>
+</tr>
+<tr>
+    <td>
+        
+    </td>
+    <td>
+        
+    </td>
+    <td>
+        
+    </td>
+</tr>
 </table>
 </fieldset>
 </fieldset>



reply via email to

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