From 1b5221ed3904119633a2bc893e2b1d71353d4ed0 Mon Sep 17 00:00:00 2001 From: data Date: Tue, 3 Feb 2026 13:50:20 +0100 Subject: [PATCH] =?UTF-8?q?Version=204.1:=20Import-Funktion=20f=C3=BCr=20P?= =?UTF-8?q?roduktgruppen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Neue Features: - Import von Sections/Textlines/Subtotals beim Dokumentübergang (Angebot → Auftrag → Rechnung) - Automatische Produktzuordnung zu Sections via fk_product Matching - Neue Produkte (nur im Zieldokument) werden am Ende angefügt - Synchronisation von line_order UND rang in beiden Tabellen - Import-Button erscheint bei verlinkten Dokumenten Co-Authored-By: Claude Opus 4.5 --- core/modules/modSubtotalTitle.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/modSubtotalTitle.class.php b/core/modules/modSubtotalTitle.class.php index bf7088d..fdca161 100755 --- a/core/modules/modSubtotalTitle.class.php +++ b/core/modules/modSubtotalTitle.class.php @@ -76,7 +76,7 @@ class modSubtotalTitle extends DolibarrModules $this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@subtotaltitle' // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z' - $this->version = '4.0'; + $this->version = '4.1'; // Url to the file with your last numberversion of this module //$this->url_last_version = 'http://www.example.com/versionmodule.txt';