Update articoli.movimenti.php
This commit is contained in:
parent
fd73cbf367
commit
66e722e30d
|
@ -132,7 +132,7 @@ if (!empty($movimenti)) {
|
|||
<td class="text-center">
|
||||
'.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