Procházet zdrojové kódy

Merge branch 'dev'

prodstable
Guillaume Bourgeois před 1 rokem
rodič
revize
e08d2533fa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Zobrazit soubor

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


Načítá se…
Zrušit
Uložit