Просмотр исходного кода

Correctif documents

feature/souke
Guillaume Bourgeois 8 месяцев назад
Родитель
Сommit
b5879ea0bd
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      domain/Document/Document/DocumentSolver.php

+ 3
- 3
domain/Document/Document/DocumentSolver.php Просмотреть файл

@@ -120,9 +120,9 @@ class DocumentSolver extends AbstractService implements SolverInterface
if(!$pathComplete) {
return str_replace(
[
'common\logic\Document\DeliveryNote\Model\\',
'common\logic\Document\Invoice\Model\\',
'common\logic\Document\Quotation\Model\\'],
'domain\Document\DeliveryNote\Model\\',
'domain\Document\Invoice\Model\\',
'domain\Document\Quotation\Model\\'],
'',
$classDocument);
}

Загрузка…
Отмена
Сохранить