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"}}
|
{{if $status != "ignored" && $status != "nsp"}}
|
||||||
{{:continue}}
|
{{:continue}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{*:debug immo_id=$immo_id status=$status*}}
|
|
||||||
|
|
||||||
{{* voir s'il existe des écritures d'amortissement associées *}}
|
{{* voir s'il existe des écritures d'amortissement associées *}}
|
||||||
{{#select
|
{{#select
|
||||||
|
@ -87,7 +86,7 @@
|
||||||
account.code LIKE '28%';
|
account.code LIKE '28%';
|
||||||
:line_id = $immo_id|intval
|
:line_id = $immo_id|intval
|
||||||
}}
|
}}
|
||||||
{{if $amort_amount != null}}
|
{{if $status == "nsp" && $amort_amount != null}}
|
||||||
{{:assign ignore=true}}
|
{{:assign ignore=true}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{:assign ignore=false}}
|
{{:assign ignore=false}}
|
||||||
|
@ -116,7 +115,7 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Paramètres"
|
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"
|
shape="settings"
|
||||||
target="_dialog"
|
target="_dialog"
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue