mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Possibilità di fatturare gli interventi anche se il prezzo è 0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user