Possibilità di fatturare gli interventi anche se il prezzo è 0

This commit is contained in:
Luca 2019-12-16 12:37:04 +01:00
parent 47f2262258
commit 7bbbf19a88
1 changed files with 0 additions and 4 deletions

View File

@ -51,10 +51,6 @@ foreach ($rs as $key => $value) {
$rs[$key]['prezzo'] = Translator::numberToLocale($prezzo);
$rs[$key]['descrizione_intervento'] = strip_tags($rs[$key]['descrizione_intervento']);
if ($prezzo <= 0) {
unset($rs[$key]);
}
}
// Intervento