From d741545f59b913316fbb2f31b4463c664e4150a8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 24 Mar 2009 11:28:17 +0000 Subject: [PATCH] "fixed \"whole query\" checkbox leads to not working selection after the action" --- timesheet/inc/class.timesheet_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index 0ffa7f0e5e..e626be33b5 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -409,7 +409,7 @@ class timesheet_ui extends timesheet_bo } } //echo "

show_sums=".print_r($this->show_sums,true)."

\n"; - $GLOBALS['egw']->session->appsession('index',TIMESHEET_APP,$query_in); + if (!$id_only) $GLOBALS['egw']->session->appsession('index',TIMESHEET_APP,$query_in); $query = $query_in; // keep the original query if($this->ts_viewtype == 'short') $query_in['options-selectcols'] = array('ts_quantity'=>false,'ts_unitprice'=>false,'ts_total'=>false); if ($query['no_status']) $query_in['options-selectcols']['ts_status'] = false;