From e591982562497971ebdfcbb8953bc535d7346682 Mon Sep 17 00:00:00 2001 From: Alexandr Dubovikov Date: Mon, 16 May 2016 10:37:16 +0200 Subject: [PATCH] added pointer for popup --- js/modules/pages/controllers/resultCtrl.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/modules/pages/controllers/resultCtrl.js b/js/modules/pages/controllers/resultCtrl.js index 617cad75..03fea380 100644 --- a/js/modules/pages/controllers/resultCtrl.js +++ b/js/modules/pages/controllers/resultCtrl.js @@ -227,6 +227,8 @@ } }; + + /* here should be popup selection by transaction type. Here can trans['rtc'] == true */ search_data['param']['transaction'][localrow.entity.trans] = true; var messagewindowId = ""+localrow.entity.id+"_"+localrow.entity.trans;