Possibilità di fatturare gli interventi anche se il prezzo è 0
This commit is contained in:
parent
47f2262258
commit
7bbbf19a88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue