diff options
-rwxr-xr-x | testautomation/dbaccess/tools/reporttools.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/dbaccess/tools/reporttools.inc b/testautomation/dbaccess/tools/reporttools.inc index 7f5de6df44bf..333e5f8ccb9d 100755 --- a/testautomation/dbaccess/tools/reporttools.inc +++ b/testautomation/dbaccess/tools/reporttools.inc @@ -270,8 +270,8 @@ function fCloseReportNavigator Kontext "ReportDesign" ReportDesign.UseMenu hMenuSelectNr(3) - if (hMenuItemIsChecked(6) = true) then - hMenuSelectNr(6) + if (hMenuItemIsChecked(5) = true) then + hMenuSelectNr(5) else 'nothing endif |