phpBMS

Ticket #381 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

Invoice - Product description containing a ' or " causes db insert error. Solution provided

Reported by: Nick Owned by: brieb
Priority: minor Milestone: unknown
Component: phpbms Version: 0.96
Keywords: Cc:

Description

Open file: modules/bms/include/invoices.php

Go to line 795

replace: '".$itemRecord[1]."',

with: '".addslashes($itemRecord[1])."',

Change History

Changed 2 years ago by brieb

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #299

Note: See TracTickets for help on using tickets.
Scanned by Orvant Copyright © 2010 Kreotek, LLC. All Rights reserved.