warehouse scope isForTicket(2)
gitea/salix/dev This commit looks good Details

This commit is contained in:
Javi Gallego 2019-06-07 08:05:34 +02:00
parent ea38ff221d
commit de6283ac1b
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@
"permission": "ALLOW"
}
],
"scope" : {"where": {"isInventory": {"neq": 0}}}
"scope" : {"where": {"isForTicket": {"neq": 0}}}
}