Переглянути джерело

Merge branch 'dev'

prodstable
Guillaume Bourgeois 1 рік тому
джерело
коміт
e08d2533fa
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Переглянути файл

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


Завантаження…
Відмінити
Зберегти