Bug 3654 Fix sql syntax error in earlier patch

mysql comments require a space after the --

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Colin Campbell 2010-02-16 13:10:49 +00:00 committed by Galen Charlton
parent 419e307f49
commit 2dc5cb56db

View file

@ -49,5 +49,5 @@ INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('RESTR
-- manual invoice types
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('MANUAL_INV','Copier Fees','.25');
--custom borrower notes
-- custom borrower notes
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('BOR_NOTES','ADDR','Address Notes');