mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-23 12:29:58 +01:00
Update articoli.movimenti.php
This commit is contained in:
parent
fd73cbf367
commit
66e722e30d
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user