mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-25 15:22:24 +01:00
fix minore
This commit is contained in:
parent
efd186c682
commit
af7249a17e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user