ソースを参照

[Backend] Document : correctif download

refactoring
Guillaume 1年前
コミット
42c05fba8d
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      backend/views/document/download.php

+ 2
- 2
backend/views/document/download.php ファイルの表示

@@ -43,8 +43,8 @@ $documentPriceDecimals = (int) $producerManager->getConfig('option_document_pric
<?php if (strlen($document->reference)) : ?>
<?= $documentManager->getType($document); ?> N°<?= $document->reference; ?>
<?php else: ?>
<div class="block-is-draft"><?= $document->getType(); ?> non
validé<?= ($document->getType() == 'Facture') ? 'e' : '' ?></div>
<div class="block-is-draft"><?= $documentManager->getType($document); ?> non
validé<?= ($documentManager->getType($document) == 'Facture') ? 'e' : '' ?></div>
<?php endif; ?>
</div>
<div class="name">

読み込み中…
キャンセル
保存