Skip to content

Commit

Permalink
mispelling fix by Jason Brooks - artifact 2951436
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Feb 14, 2010
1 parent f318a93 commit d80572d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/C_Prescription.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function multiprint_footer(& $pdf) {
$pdf->ezImage($sigfile, "", "", "none", "center");
$pdf->ezText( xl('Date') . ": " . date('Y-m-d'), 12);
if ( $this->is_print_to_fax ) {
$pdf->ezText(xl('Please do not accept this prescription unless it was received via facimile.'));
$pdf->ezText(xl('Please do not accept this prescription unless it was received via facsimile.'));
}

$addenumFile = $this->pconfig['addendum_file'];
Expand Down
2 changes: 1 addition & 1 deletion custom/readme_rx_printtofax.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ provider signature and other information that would normally be handled by hand.
feature must be explained and managed at the clinic location and at the clinic's risk.

* The follow text is printed on all print-to-faxes as addes security
"Please do not accept this prescription unless it was received via facimile."
"Please do not accept this prescription unless it was received via facsimile."

Manual steps:
- edit includes/config.php and make sure the following are set:
Expand Down

0 comments on commit d80572d

Please sign in to comment.