modification schéma entrées/sorties temporaires liées
This commit is contained in:
parent
16d6ac752a
commit
3ba67d0c65
5 changed files with 18 additions and 16 deletions
|
|
@ -26,7 +26,7 @@
|
|||
{{:assign var="type_operation" from="config.input_nature.%s.type"|args:$mvt_suppr.operation}}
|
||||
|
||||
{{if $type_operation == 'temporaire'}}
|
||||
{{#load type="link" where="$$.input = :key OR $$.return = :key" :key=$_GET.key}}
|
||||
{{#load type="link" where="$$.temp_key = :key OR $$.return = :key" :key=$_GET.key}}
|
||||
{{:assign link_key=$key}}
|
||||
{{/load}}
|
||||
{{if $link_key != null}}
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
{{:assign var="type_operation" from="config.output_nature.%s.type"|args:$mvt_suppr.operation}}
|
||||
|
||||
{{if $type_operation == 'temporaire'}}
|
||||
{{#load type="link" where="$$.output = :key OR $$.return = :key" :key=$_GET.key}}
|
||||
{{#load type="link" where="$$.temp_key = :key OR $$.return = :key" :key=$_GET.key}}
|
||||
{{:assign link_key=$key}}
|
||||
{{/load}}
|
||||
{{if $link_key != null}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue