瀏覽代碼

[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">

Loading…
取消
儲存