Skip to content

Commit

Permalink
Merge pull request #197 from VietOpenCPS/feature-backend
Browse files Browse the repository at this point in the history
Feature backend
  • Loading branch information
khoahp committed May 16, 2016
2 parents aa6386f + 41400f1 commit 5f1d658
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ public void menuCounterAction(
long counterVal = 1;

for (ProcessStep item : list) {

counterVal = ProcessOrderLocalServiceUtil.countProcessOrder(item.getProcessStepId(), 0, 0);

par.put("badge_" + item.getProcessStepId(), String.valueOf(counterVal));


counterVal = ProcessOrderLocalServiceUtil
.countProcessOrder(item
Expand Down

0 comments on commit 5f1d658

Please sign in to comment.