Update articoli.movimenti.php

This commit is contained in:
Luca 2024-07-30 17:06:08 +02:00
parent fd73cbf367
commit 66e722e30d
1 changed files with 2 additions and 2 deletions

View File

@ -130,9 +130,9 @@ if (!empty($movimenti)) {
echo '
<tr>
<td class="text-center">
'.count($movimenti)-($i).'
'.count($movimenti)-($i). '
</td>
<td class="text-center">
<td class="text-center" style="color: ' . ($movimento->qta < 0 ? 'red' : 'green') . ';">
'.numberFormat($movimento->qta, 'qta').' '.$record['um'].'
</td>