Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 926 Rev 927
Línea 874... Línea 874...
874
 
874
 
875
            $pdf->header = $company->header ? $target_path . DIRECTORY_SEPARATOR . $company->header : '';
875
            $pdf->header = $company->header ? $target_path . DIRECTORY_SEPARATOR . $company->header : '';
876
            $pdf->footer = $company->footer ? $target_path . DIRECTORY_SEPARATOR . $company->footer : '';
876
            $pdf->footer = $company->footer ? $target_path . DIRECTORY_SEPARATOR . $company->footer : '';
Línea 877... Línea 877...
877
        }
877
        }
Línea 878... Línea 878...
878
 
878
 
879
        $pdf->SetMargins(5, 0, 5);
879
        $pdf->SetMargins(10, 0, 10);
Línea 880... Línea 880...
880
 
880