Skip to content

Commit

Permalink
fix directory date localization (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
crossan007 authored and DawoudIO committed May 1, 2017
1 parent b789077 commit 0b2af3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reports/DirectoryReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
}

if ($bDirBirthday && $per_BirthMonth && $per_BirthDay) {
$pdf->sRecordName .= sprintf(' (%d/%d)', $per_BirthMonth, $per_BirthDay);
$pdf->sRecordName .= " ". date(SystemConfig::getValue("sDateFormatNoYear"));
}

SelectWhichAddress($sAddress1, $sAddress2, $per_Address1, $per_Address2, $fam_Address1, $fam_Address2, false);
Expand Down

0 comments on commit 0b2af3f

Please sign in to comment.