From c93b33f9237ebaab549814545b2776a9b3ad7fe6 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 2 Sep 2026 14:17:47 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20num=C3=A9ro=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- module.ini | 2 +- upgrade.html | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 291587b..f4cdcf9 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ {{:include file="_nav.html" current=$type_immo}} {{* Mise à niveau *}} -{{:assign module_version="0.40.2"}} +{{:assign module_version="0.40.3"}} {{:include file="upgrade.html" module_version=$module_version}} {{* supprimer les documents sans écriture associée *}} diff --git a/module.ini b/module.ini index 27c0392..5e31f2f 100644 --- a/module.ini +++ b/module.ini @@ -1,5 +1,5 @@ name="Amortissements" -description="Immobilisations et amortissements\nversion 0.40.2" +description="Immobilisations et amortissements\nversion 0.40.3" author="Jean-Christophe Engel" author_url="https://gitea.zaclys.com/lesanges" home_button=false diff --git a/upgrade.html b/upgrade.html index 9da08ef..54429ca 100644 --- a/upgrade.html +++ b/upgrade.html @@ -38,5 +38,4 @@ {{:include file="_compare_version.tpl" nv1=$module_version nv2=$module.config.version keep="comp"}} {{if $comp > 0}} {{:save key="config" version=$module_version}} -

Nouvelle version enregistrée : {{$module_version}}

{{/if}}