Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1608 | Rev 2020 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1608 Rev 1609
Línea 46... Línea 46...
46
 
46
 
47
 
47
 
48
 
48
 
49
    public function fetchAllDataTable($search, $page = 1, $records_per_page = 10, $order_field= 'title', $order_direction = 'ASC', $company_id)
49
    public function fetchAllDataTable($search, $page = 1, $records_per_page = 10, $order_field= 'title', $order_direction = 'ASC', $company_id)
50
    {
50
    {
51
        $prototype = new PlanningObjectivesAndGoalsObjectives();
51
        $prototype = new HighPerformanceTeamsGroups();
Línea 52... Línea 52...
52
        $select = $this->sql->select(self::_TABLE);
52
        $select = $this->sql->select(self::_TABLE);
53
        $select->where->equalTo('company_id', $company_id);
53
        $select->where->equalTo('company_id', $company_id);
54
        $select->where->notEqualTo('status', PlanningObjectivesAndGoalsObjectives::STATUS_DELETE);
54
        $select->where->notEqualTo('status', HighPerformanceTeamsGroups::STATUS_DELETE);