Merge branch 'hotfixes/hotfix-template-type-production' into staging
This commit is contained in:
commit
c17c77e90f
@ -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";
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user