Przeglądaj źródła

[Backend] Documents : génération systématique du PDF du document s'il est en brouillon

refactoring
Guillaume Bourgeois 1 rok temu
rodzic
commit
acdac3c57f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Wyświetl plik

@@ -287,7 +287,7 @@ class Document extends ActiveRecordCommon
{
$filenameComplete = $this->getFilenameComplete();

if (!file_exists($filenameComplete)) {
if (!file_exists($filenameComplete) || $this->isStatusDraft()) {
$this->generatePdf(Pdf::DEST_FILE);
}


Ładowanie…
Anuluj
Zapisz