defaulter no muestra negativos

This commit is contained in:
Javi Gallego 2019-02-08 09:37:11 +01:00
parent db7bc708e6
commit 394a987a05
1 changed files with 2 additions and 1 deletions

View File

@ -27,5 +27,6 @@
"model": "Client", "model": "Client",
"foreignKey": "clientFk" "foreignKey": "clientFk"
} }
} },
"scope" : {"where": {"amount": {"gt": 0}}}
} }