Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 629 Rev 633
Línea 773... Línea 773...
773
            array(
773
            array(
774
                'title'=>'CATEGORÍA LABORAL',
774
                'title'=>'CATEGORÍA LABORAL',
775
                'content'=>$jobDescription->name
775
                'content'=>$jobDescription->name
776
            )]);
776
            )]);
Línea 777... Línea 777...
777
 
777
 
Línea 778... Línea 778...
778
            $pdf->Ln(5);
778
            $pdf->Ln(3);
779
 
779
 
Línea 780... Línea 780...
780
            $pdf->TablaColores(
780
            $pdf->TablaColores(
Línea 789... Línea 789...
789
                    'content'=>$jobDescription->name
789
                    'content'=>$jobDescription->name
790
                )
790
                )
Línea 791... Línea 791...
791
            
791
            
Línea 792... Línea 792...
792
            ]);
792
            ]);
Línea 793... Línea 793...
793
 
793
 
794
            $pdf->Ln(5);
794
            $pdf->Ln(3);
795
 
795
 
796
            $pdf->TablaColores(
796
            $pdf->TablaColores(
797
                'OBJETIVO DEL CARGO',[
797
                'OBJETIVO DEL CARGO',[
Línea 798... Línea 798...
798
                array(
798
                array(
Línea 799... Línea 799...
799
                    'content'=>$jobDescription->objectives
799
                    'content'=>$jobDescription->objectives
Línea 800... Línea 800...
800
                )
800
                )
801
            
801
            
802
            ]);
802
            ]);
803
 
803