mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-23 12:29:58 +01:00
Rimozione refuso plugin movimenti
This commit is contained in:
parent
cff58f2ebc
commit
fd73cbf367
@ -103,6 +103,7 @@ if (!empty($movimenti)) {
|
||||
echo '
|
||||
<table class="table table-striped table-condensed table-bordered">
|
||||
<tr>
|
||||
<th class="text-center" width="40">#</th>
|
||||
<th class="text-center" width="120">'.tr('Q.tà').'</th>
|
||||
<th class="text-center">'.tr('Q.tà progressiva').'</th>
|
||||
<th>'.tr('Operazione').'</th>
|
||||
@ -119,7 +120,7 @@ if (!empty($movimenti)) {
|
||||
} else {
|
||||
$movimento['progressivo_finale'] = $movimenti[$i - 1]['progressivo_iniziale'];
|
||||
}
|
||||
$movimento['progressivo_iniziale'] = $movimento['progressivo_finale'] - $movimento->qta;
|
||||
|
||||
$movimento['progressivo_iniziale'] = $movimento['progressivo_finale'] - $movimento->qta;
|
||||
|
||||
$movimenti[$i]['progressivo_iniziale'] = $movimento['progressivo_iniziale'];
|
||||
@ -128,6 +129,9 @@ if (!empty($movimenti)) {
|
||||
// Quantità
|
||||
echo '
|
||||
<tr>
|
||||
<td class="text-center">
|
||||
'.count($movimenti)-($i).'
|
||||
</td>
|
||||
<td class="text-center">
|
||||
'.numberFormat($movimento->qta, 'qta').' '.$record['um'].'
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user