1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 04:19:59 +01:00

Update articoli.movimenti.php

This commit is contained in:
Luca 2024-07-30 17:06:08 +02:00
parent fd73cbf367
commit 66e722e30d

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>