Corretta stampa riepilogo interventi, non stampava il prezzo corretto

This commit is contained in:
Fabio Lovato 2019-02-02 10:52:15 +01:00
parent 418b9d5388
commit 9ef15d3fce
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ if (sizeof($rs2) > 0) {
// Prezzo unitario
$body .= "<td class='table_cell' align='center'>\n";
$netto = $rs2[$i]['prezzo'];
$netto = $rs2[$i]['prezzo_vendita'];
$body .= '<span>'.Translator::numberToLocale($netto)." &euro;</span>\n";
$body .= "</td>\n";