remove test code InvoicePdfService

This commit is contained in:
Narindra ezway 2025-04-02 15:44:57 +03:00
parent fc6c370ca3
commit 33171b8943

View File

@ -167,8 +167,6 @@ class InvoicePdfService {
$templateType = $invoicePdfData['template_type_key']; $templateType = $invoicePdfData['template_type_key'];
$clean_folder = html_entity_decode(string: $currentConfig->path).'/'; $clean_folder = html_entity_decode(string: $currentConfig->path).'/';
$factureFolders = $this->getGroupFactureFolder($invoicePdfData,$clean_folder); $factureFolders = $this->getGroupFactureFolder($invoicePdfData,$clean_folder);
//TODO: add template type
$templateType = ClientTemplateTypeConstant::OGF;
switch ($templateType) { switch ($templateType) {
case ClientTemplateTypeConstant::FUNECAP: case ClientTemplateTypeConstant::FUNECAP: