Merge branch 'staging' into 'production'

HOTFIXES OVERRIDE TEMPLATE TYPE CODE

See merge request sottye/hytha35!5
This commit is contained in:
Tiavina Handrianina 2025-04-15 11:16:07 +00:00
commit 45f0f81c03

View File

@ -3114,7 +3114,6 @@ class Bdd {
$factureData["siret"] = $devis["group_siret_number"];
$factureData["group_name"] = $devis["group_name"] ?? "";
$templateType = $devis['fk_template_type_key'] ?? ClientTemplateTypeConstant::PRIVEES;
$templateType = $devis['code_comptable'] ?? '-';
$factureData["group_type"] = "group";
}