From 7ca85d982dc57b6e1009bd115ff3d1f3bbb76722 Mon Sep 17 00:00:00 2001 From: Frank Cools Date: Thu, 2 Oct 2025 23:11:48 +0200 Subject: [PATCH] Move DeclarationTVA module to Financial category Changed: - Module family from 'other' to 'financial' - Module will now appear in Financial category instead of Others - More appropriate categorization for VAT declaration module --- core/modules/modDeclarationTVA.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/modDeclarationTVA.class.php b/core/modules/modDeclarationTVA.class.php index 7c62ecb..b8f1caa 100644 --- a/core/modules/modDeclarationTVA.class.php +++ b/core/modules/modDeclarationTVA.class.php @@ -54,7 +54,7 @@ class modDeclarationTVA extends DolibarrModules // Family can be 'base' (core modules),'crm','financial','hr','projects','products','ecm','technic' (transverse modules),'interface' (link with external tools),'other','...' // It is used to group modules by family in module setup page - $this->family = "other"; + $this->family = "financial"; // Module position in the family on 2 digits ('01', '10', '20', ...) $this->module_position = '90';