Explorar el Código

Correctif documents

feature/souke
Guillaume Bourgeois hace 9 meses
padre
commit
b5879ea0bd
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      domain/Document/Document/DocumentSolver.php

+ 3
- 3
domain/Document/Document/DocumentSolver.php Ver fichero

@@ -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);
}

Cargando…
Cancelar
Guardar