fix2
This commit is contained in:
@@ -1480,7 +1480,7 @@ function load(req, res, version) {
|
||||
if (req.user) {
|
||||
calcstat = User.calculateStat(idapp, req.user.username);
|
||||
cart = Cart.getCartByUserId(req.user.id, idapp);
|
||||
if (User.isManager(req.user.perm)) {
|
||||
if (ismanager) {
|
||||
// Prende Tutti gli Ordini !
|
||||
orderscart = OrdersCart.getOrdersCartByUserId('ALL', idapp, 0, false);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user