Suppression chemins absolus
This commit is contained in:
parent
c70668831c
commit
6b6a54c357
17 changed files with 37 additions and 38 deletions
|
|
@ -28,7 +28,7 @@
|
|||
{{#restrict section="accounting" level="write" block=true}}{{/restrict}}
|
||||
|
||||
{{* récupérer la config des entrées/sorties *}}
|
||||
{{:include file="/%s/_get_config.html"|args:$module.name keep="config"}}
|
||||
{{:include file="../_get_config.html" keep="config"}}
|
||||
|
||||
{{if $direction == "entrée"}}
|
||||
{{* types d'entrées *}}
|
||||
|
|
@ -138,12 +138,11 @@
|
|||
« {{$mvt_modif.outputNature}} de {{$eqpmt.designation}} (qté : {{$mvt_modif.amount}}) à la date du {{$mvt_modif.date|date_short}} »
|
||||
{{/if}}
|
||||
</p>
|
||||
{{* :redirect force="./index.html?err=1&msg=Modification demandée impossible" *}}
|
||||
{{else}}
|
||||
{{* vérification réussie : modifier le mouvement *}}
|
||||
{{:save
|
||||
key=$key_mvt
|
||||
validate_schema="/%s/mouvements/movement.schema.json"|args:$module.name
|
||||
validate_schema="./movement.schema.json"
|
||||
type="movement"
|
||||
direction=$direction
|
||||
inputNature=$mvt_modif.inputNature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue