瀏覽代碼

Merge branch 'dev'

prodstable
Guillaume 3 年之前
父節點
當前提交
42d07a2a8e
共有 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>

Loading…
取消
儲存