Sfoglia il codice sorgente

Merge branch 'dev'

prodstable
Guillaume Bourgeois 1 anno fa
parent
commit
e08d2533fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Vedi File

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


Loading…
Annulla
Salva