Update model.php
This commit is contained in:
@@ -889,6 +889,18 @@ class kanbanModel extends model
|
||||
->fetchPairs();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get kanban id by region id.
|
||||
*
|
||||
* @param int $regionID
|
||||
* @access public
|
||||
* @return int
|
||||
*/
|
||||
public function getKanbanIDByRegion($regionID)
|
||||
{
|
||||
return $this->dao->select('kanban')->from(TABLE_KANBANREGION)->where('id')->eq($regionID)->fetch('kanban');
|
||||
}
|
||||
|
||||
/**
|
||||
* Get kanban group by regions.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user