Selaa lähdekoodia

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

refactoring
Guillaume Bourgeois 1 vuosi sitten
vanhempi
commit
acdac3c57f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna