fix minore

This commit is contained in:
Pek5892 2023-01-10 09:02:23 +01:00
parent efd186c682
commit af7249a17e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if (post('acquisto') == 'standard') {
}
if (post('tipo') == 'nozero') {
$query = str_replace('2=2', '2=2 AND qta > 0', $query);
$query = str_replace('2=2', '2=2 AND qta_totale > 0', $query);
}
$data = Query::executeAndCount($query);