mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-24 14:31:42 +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
|
// Tabella con i dati
|
||||||
foreach ($rsi as $int) {
|
foreach ($rsi as $int) {
|
||||||
$int = array_merge($int, get_costi_intervento($int['id']));
|
$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
|
// Riga intervento singolo
|
||||||
echo '
|
echo '
|
||||||
|
Loading…
Reference in New Issue
Block a user