Ver código fonte

[backend] Référence documents : correction bug génération référence

dev
Guillaume Bourgeois 4 anos atrás
pai
commit
a3498b06b0
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Ver arquivo

@@ -193,7 +193,7 @@ class Document extends ActiveRecordCommon
}

$prefix = Producer::getConfig('document_' . $classLower . '_prefix');
$oneDocumentExist = $class::searchOne([], ['orderby' => 'reference DESC']);
$oneDocumentExist = $class::searchOne(['status' => Document::STATUS_VALID] , ['orderby' => 'reference DESC']);

if ($oneDocumentExist) {
$reference = $oneDocumentExist->reference;

Carregando…
Cancelar
Salvar