Merge branch 'hotfixes/hotfix-template-type-production' into staging

This commit is contained in:
Tiavina 2025-04-15 14:13:57 +03:00
commit c17c77e90f

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";
}