Corretta stampa riepilogo interventi, non stampava il prezzo corretto
This commit is contained in:
parent
418b9d5388
commit
9ef15d3fce
|
@ -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)." €</span>\n";
|
||||
$body .= "</td>\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue