Correction erreur classement immo
This commit is contained in:
parent
c7d71d082d
commit
62f80222ad
1 changed files with 2 additions and 3 deletions
|
@ -60,7 +60,6 @@
|
|||
{{if $status != "ignored" && $status != "nsp"}}
|
||||
{{:continue}}
|
||||
{{/if}}
|
||||
{{*:debug immo_id=$immo_id status=$status*}}
|
||||
|
||||
{{* voir s'il existe des écritures d'amortissement associées *}}
|
||||
{{#select
|
||||
|
@ -87,7 +86,7 @@
|
|||
account.code LIKE '28%';
|
||||
:line_id = $immo_id|intval
|
||||
}}
|
||||
{{if $amort_amount != null}}
|
||||
{{if $status == "nsp" && $amort_amount != null}}
|
||||
{{:assign ignore=true}}
|
||||
{{else}}
|
||||
{{:assign ignore=false}}
|
||||
|
@ -116,7 +115,7 @@
|
|||
{{else}}
|
||||
{{:linkbutton
|
||||
label="Paramètres"
|
||||
href="modif_infos.html?immo_id=%s&amort=0&op=modif&type_immo=autres"|args:$immo_id
|
||||
href="add_infos.html?immo_id=%s&amort=0&op=modif&type_immo=autres"|args:$immo_id
|
||||
shape="settings"
|
||||
target="_dialog"
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue