mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 13:58:25 +01:00
Fix calcolo totali per stato consuntivo contratti
This commit is contained in:
parent
00cca00784
commit
e048c7509d
@ -41,7 +41,7 @@ if (!empty($rsi)) {
|
||||
// Tabella con i dati
|
||||
foreach ($rsi as $int) {
|
||||
$int = array_merge($int, get_costi_intervento($int['id']));
|
||||
$totale_stato[$int['idstatointervento']] = sum($totale_stato[$int['idstatointervento']], $int['totale']);
|
||||
$totale_stato[$int['idstatointervento']] = sum($totale_stato[$int['idstatointervento']], $int['totale_scontato']);
|
||||
|
||||
// Riga intervento singolo
|
||||
echo '
|
||||
|
Loading…
Reference in New Issue
Block a user