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:
parent
419e307f49
commit
2dc5cb56db
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue