Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
drajathasan committed Oct 28, 2020
1 parent 521c15d commit 79552c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion member_free_loan_letter_pdfgen.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function counter(){
/* Add page*/
$pdf->AddPage();
/* Header */
$pdf->Image(MDLBS.'membership/fll/freeloan/'.$sysconf['print']['freeloan']['logo_surat'], 27, 10,-180);
$pdf->Image(MDLBS.'membership'.DS.'fll'.DS.'freeloan'.DS.$sysconf['print']['freeloan']['logo_surat'], 27, 10,-180);
$pdf->Ln(35);
$pdf->SetFont('Arial','U',14);
$pdf->Cell(190,3, $sysconf['print']['freeloan']['caption_letter'],0,1,'C');
Expand Down

0 comments on commit 79552c5

Please sign in to comment.