Adaptation nouveau schéma doc immo
This commit is contained in:
parent
faccd71ef8
commit
e31286f440
2 changed files with 14 additions and 12 deletions
|
|
@ -141,7 +141,7 @@
|
|||
type="immo"
|
||||
line=$immo_line_id
|
||||
duration=$duration
|
||||
date=$date_debut
|
||||
date_mes=$date_debut
|
||||
status=$status
|
||||
}}
|
||||
{{/if}}
|
||||
|
|
@ -243,8 +243,9 @@ function changeYear(evt, f_accounts = ['credit_account', 'debit_account'], f_yea
|
|||
setSelectorYear(f_accounts, f_years_select);
|
||||
}
|
||||
|
||||
function changeVisibility(evt, idcheck = 'f_amortir_1', fields = ['div_amort']) {
|
||||
toggleVisibility(idcheck, fields);
|
||||
function changeVisibility(evt, idcheck = 'f_amortir_1', iddiv = 'div_amort')
|
||||
{
|
||||
toggleVisibility(idcheck, document.querySelectorAll('#' + iddiv));
|
||||
}
|
||||
|
||||
(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue