Commit ea1c613c by NGUYEN HOANG SON

#49091, #49092, #49093 implement params: directPage, backPage, directTaskKey

parent e48657c1
......@@ -906,7 +906,7 @@ public class OperationListActivity extends ABVUIActivity {
path.append("&quickReport=" + operationDto.quickReport);
path.append("&shopName=" + ABVDataCache.getInstance().getUrlPath());
if (directPage != null && directPage.length() > 0) {
path.append("&directPage=" + directPage);
path.append("&autoDirectPage=" + directPage);
}
if (backPage != null && backPage.length() > 0) {
path.append("&backPage=" + backPage);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment