From d80572dc4a93e6cc3d926ca96a2ab1a3cb53863c Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sun, 14 Feb 2010 12:46:12 +0000 Subject: [PATCH] mispelling fix by Jason Brooks - artifact 2951436 --- controllers/C_Prescription.class.php | 2 +- custom/readme_rx_printtofax.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/C_Prescription.class.php b/controllers/C_Prescription.class.php index e8cdb357e..c52559448 100644 --- a/controllers/C_Prescription.class.php +++ b/controllers/C_Prescription.class.php @@ -379,7 +379,7 @@ class C_Prescription extends Controller { $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']; diff --git a/custom/readme_rx_printtofax.txt b/custom/readme_rx_printtofax.txt index 7f8364091..2f5994f27 100644 --- a/custom/readme_rx_printtofax.txt +++ b/custom/readme_rx_printtofax.txt @@ -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: -- 2.11.4.GIT