Просмотр исходного кода

[backend] Documents : correction problème quantités (rapport aux unités)

dev
Guillaume 4 лет назад
Родитель
Сommit
59bac725b5
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      backend/views/document/download.php

+ 1
- 1
backend/views/document/download.php Просмотреть файл

@@ -68,7 +68,7 @@
<?php if(Yii::$app->controller->getClass() != 'DeliveryNote'): ?>
<td class="align-center"><?= Price::format($productOrder->getPrice()) ?></td>
<?php endif; ?>
<td class="align-center"><?= $productOrder->quantity ?></td>
<td class="align-center"><?= $productOrder->quantity * Product::$unitsArray[$productOrder->unit]['coefficient'] ?></td>
<td class="align-center"><?= Product::strUnit($productOrder->unit, 'wording') ?></td>
<?php if(Yii::$app->controller->getClass() != 'DeliveryNote'): ?>
<?php if(GlobalParam::getCurrentProducer()->taxRate->value != 0): ?>

Загрузка…
Отмена
Сохранить