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"}}
|
||||
{{:assign var="nature" from="config.%s_nature"|args:$direction}}
|
||||
{{#foreach from=$nature key="key"}}
|
||||
{{:assign var="%s_labels.%s"|args:$direction:$key value=$label}}
|
||||
{{if $type_mvt != "retour" && $type != "retour" ||
|
||||
$type_mvt == "retour" && $type == "retour"}}
|
||||
{{:assign var="%s_labels.%s"|args:$direction:$key value=$label}}
|
||||
{{/if}}
|
||||
{{/foreach}}
|
||||
{{/foreach}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue