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
This commit is contained in:
parent
c7a4b57fb3
commit
36a4c4949a
1 changed files with 31 additions and 0 deletions
|
|
@ -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 ?>
|
||||
<?php echo _("Devise")?>
|
||||
|
|
@ -64,6 +73,28 @@ $i++;
|
|||
|
||||
}
|
||||
?>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue