This commit is contained in:
Surya Paolo
2024-01-13 16:21:07 +01:00
parent 7bf549569d
commit 79ca364e84
5 changed files with 23 additions and 6 deletions

View File

@@ -1443,7 +1443,7 @@ function load(req, res, version) {
let catprods = CatProd.findAllIdApp(idapp);
let subcatprods = SubCatProd.findAllIdApp(idapp);
let gasordines = Gasordine.findAllIdApp(idapp);
let products = Product.findAllIdApp(idapp);
let products = Product.findAllIdApp(idapp, undefined, undefined, User.isManager(req.user.perm));
let productInfos = ProductInfo.findAllIdApp(idapp);
let scontisticas = Scontistica.findAllIdApp(idapp);
let departments = Department.findAllIdApp(idapp);