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
This commit is contained in:
Frank Cools 2025-10-02 23:11:48 +02:00
parent c2eb67f405
commit 7ca85d982d

View File

@ -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';