remove test code InvoicePdfService
This commit is contained in:
parent
fc6c370ca3
commit
33171b8943
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user