init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -20,8 +20,8 @@ class CheckLogin | ... | @@ -20,8 +20,8 @@ class CheckLogin |
| 20 | $session->orderStatus = $this->getOrderStatus(); | 20 | $session->orderStatus = $this->getOrderStatus(); |
| 21 | } | 21 | } |
| 22 | if (!$session->departments) { | 22 | if (!$session->departments) { |
| 23 | $session->departments = $this->getDepartment(); | ||
| 24 | } | 23 | } |
| 24 | $session->departments = $this->getDepartment(); | ||
| 25 | if (!$session->customerManagers) { | 25 | if (!$session->customerManagers) { |
| 26 | $session->customerManagers = $this->getCustomerManagers(); | 26 | $session->customerManagers = $this->getCustomerManagers(); |
| 27 | } | 27 | } | ... | ... |
-
Please register or sign in to post a comment