Fix for using apostrophes in customer names and notes fields
Status: Inactive
Brought to you by:
dunlapcj
This patch is pretty simple and straightforward. The
problem was that when using customers that have
apostrophes in their names, they wouldn't display
correctly once retrieved from the database--possibly
even not enter into the database altogether.
The fix was to add an "addslashes()" and
"stripslashes()" call to any query using some sort of
free-form text--like notes fields, descriptions, and
name fields.
This one is really easy to install. Its just a drop in.
Extract the files to the openInvoice install directory
and you're good to go.
WARNING: YOU MUST INSTALL THE HTML TEMPLATE PATH PATCH
FIRST! It is dated 7/8/06.
-Cale
Patch for using apostrophes in name, notes, and description fields.