CC-3174 : showbuilder
fixing classes on show footer, selector for the select all. only adding a checkbox on a row if a user is allowed to schedule there.
This commit is contained in:
parent
4f5b5d8562
commit
b7b1c401f6
4 changed files with 29 additions and 29 deletions
|
@ -328,11 +328,11 @@ class Application_Model_Schedule {
|
|||
|
||||
WHERE si.modified_instance = false AND
|
||||
|
||||
si.starts >= '{$p_startDateTime}' AND si.starts <= '{$p_endDateTime}'
|
||||
si.starts >= '{$p_startDateTime}' AND si.starts < '{$p_endDateTime}'
|
||||
|
||||
ORDER BY si.starts, sched.starts;";
|
||||
|
||||
//Logging::log($sql);
|
||||
Logging::log($sql);
|
||||
|
||||
$rows = $CC_DBC->GetAll($sql);
|
||||
return $rows;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue