瀏覽代碼

Correctif documents

feature/souke
Guillaume Bourgeois 9 月之前
父節點
當前提交
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);
}

Loading…
取消
儲存