Suppression possibilité modifications incohérentes
This commit is contained in:
parent
4d136fd259
commit
b0773a82d2
1 changed files with 4 additions and 1 deletions
|
@ -46,7 +46,10 @@
|
||||||
{{#foreach from=$directions key="direction"}}
|
{{#foreach from=$directions key="direction"}}
|
||||||
{{:assign var="nature" from="config.%s_nature"|args:$direction}}
|
{{:assign var="nature" from="config.%s_nature"|args:$direction}}
|
||||||
{{#foreach from=$nature key="key"}}
|
{{#foreach from=$nature key="key"}}
|
||||||
|
{{if $type_mvt != "retour" && $type != "retour" ||
|
||||||
|
$type_mvt == "retour" && $type == "retour"}}
|
||||||
{{:assign var="%s_labels.%s"|args:$direction:$key value=$label}}
|
{{:assign var="%s_labels.%s"|args:$direction:$key value=$label}}
|
||||||
|
{{/if}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue