Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 4041 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4041 Rev 4044
Línea 746... Línea 746...
746
        
746
        
Línea 747... Línea 747...
747
        
747
        
748
        if ($request->isGet()) {
748
        if ($request->isGet()) {
749
 
749
 
750
 
750
 
751
            return $this->renderPdf($currentCompany,$recordsObjectives,2);
751
            return $this->renderPdf($currentCompany,$recordsObjectives,3);
752
        } else {
752
        } else {
Línea 783... Línea 783...
783
        $pdf->SetMargins(10,200,10);
783
        $pdf->SetMargins(10,200,10);
784
        $pdf->SetAutoPageBreak(true,40);
784
        $pdf->SetAutoPageBreak(true,40);
785
        $pdf->AliasNbPages();
785
        $pdf->AliasNbPages();
Línea 786... Línea -...
786
        
-
 
787
 
786
        
-
 
787
 
-
 
788
            if($switch==3){
788
        
789
                $pdf->borderTableMatriz('Planificacion - Objetivos y metas',$items);
Línea 789... Línea 790...
789
            if($switch==2){
790
            }else if($switch==2){
790
                $pdf->borderTableAll('Planificacion - Objetivos y metas',$items);
791
                $pdf->borderTableAll('Planificacion - Objetivos y metas',$items);