Currency : show the currency of the ledger when entering info
This commit is contained in:
parent
7eb4644cf0
commit
2b04571d0f
6 changed files with 36 additions and 8 deletions
|
|
@ -13,7 +13,7 @@
|
|||
array('value'=>2,'label'=>_("Avec date opérations"))
|
||||
);
|
||||
$wchdate->selected=(isset($chdate))?$chdate:1;
|
||||
$wchdate->javascript='onchange="show_fin_chdate(\'chdate\')"';
|
||||
$wchdate->javascript='onchange="show_fin_chdate(\'chdate\');"';
|
||||
?>
|
||||
<?php echo $wchdate->input();?>
|
||||
<span id="chdate_ext">
|
||||
|
|
@ -22,8 +22,11 @@
|
|||
|
||||
<?php echo $f_period?><br>
|
||||
<?php echo $f_jrn?><br>
|
||||
<?php echo _('Banque')?><?php echo $f_bank ?>
|
||||
|
||||
<?php echo _('Banque')?><?php echo $f_bank ?>
|
||||
<?php echo _("Devise")?>
|
||||
<span id="ledger_currency">
|
||||
<?php echo $this->get_currency();?>
|
||||
</span>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue