From de6283ac1b7b8f642b156e06df5db2a7195d4870 Mon Sep 17 00:00:00 2001 From: jgallego Date: Fri, 7 Jun 2019 08:05:34 +0200 Subject: [PATCH] warehouse scope isForTicket(2) --- back/models/warehouse.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/models/warehouse.json b/back/models/warehouse.json index 667aaab145..f66bcffe93 100644 --- a/back/models/warehouse.json +++ b/back/models/warehouse.json @@ -31,5 +31,5 @@ "permission": "ALLOW" } ], - "scope" : {"where": {"isInventory": {"neq": 0}}} + "scope" : {"where": {"isForTicket": {"neq": 0}}} }