ソースを参照

[backend] Facture : debug "type de montant inconnu"

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

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

@@ -104,9 +104,9 @@ $displayPrices = Yii::$app->controller->getClass() != 'DeliveryNote' || (Yii::$a
<?php endforeach; ?>
<?php endif; ?>
<?php if($displayPrices): ?>
<?php if(GlobalParam::getCurrentProducer()->taxRate->value != 0): ?>
<?php $typeAmount = $document->isInvoicePrice() ? Order::INVOICE_AMOUNT_TOTAL : Order::AMOUNT_TOTAL ; ?>

<?php $typeAmount = $document->isInvoicePrice() ? Order::INVOICE_AMOUNT_TOTAL : Order::AMOUNT_TOTAL ; ?>
<?php if(GlobalParam::getCurrentProducer()->taxRate->value != 0): ?>

<tr>
<td class="align-right" colspan="5"><strong>Total HT</strong></td>

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