hotfixes override template type
This commit is contained in:
parent
cffd462048
commit
b66b34862a
@ -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