Browse Source

Merge branch 'develop'

master
Guillaume Bourgeois 8 months ago
parent
commit
0121f5ac43
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      domain/Document/Document/DocumentSolver.php

+ 3
- 3
domain/Document/Document/DocumentSolver.php View File

if(!$pathComplete) { if(!$pathComplete) {
return str_replace( return str_replace(
[ [
'domain\Document\DeliveryNote\Model\\',
'domain\Document\Invoice\Model\\',
'domain\Document\Quotation\Model\\'],
'domain\Document\DeliveryNote\\',
'domain\Document\Invoice\\',
'domain\Document\Quotation\\'],
'', '',
$classDocument); $classDocument);
} }

Loading…
Cancel
Save