Selaa lähdekoodia

Merge branch 'develop'

master
Guillaume Bourgeois 2 viikkoa sitten
vanhempi
commit
61135e0d66
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. +3
    -1
      backend/controllers/DocumentController.php

+ 3
- 1
backend/controllers/DocumentController.php Näytä tiedosto

@@ -481,7 +481,9 @@ class DocumentController extends BackendController
$json['orders_update_array'] = $document ? $this->initOrdersArray($orderModule->findOrdersByUserAndDeliveryNote($user, $document)) : [];
}

if ($typeAction == 'create' && ($classDocument == 'Invoice' || $classDocument == 'DeliveryNote')) {
if ($producerModule->getSolver()->getConfig('option_document_default_naming')
&& $typeAction == 'create'
&& ($classDocument == 'Invoice' || $classDocument == 'DeliveryNote')) {
$json['name'] = $documentModule->getSolver()->getDefaultName($classDocument, $user);
}


Loading…
Peruuta
Tallenna