mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-22 21:28:08 +01:00
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
Block a user