Explorar el Código

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

refactoring
Guillaume hace 3 años
padre
commit
8abff211cf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      backend/views/document/download.php

+ 2
- 2
backend/views/document/download.php Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar