forked from science-ation/science-ation
Fix for an SQL error in the latest update.
This commit is contained in:
parent
d74925d2bd
commit
2b866637c2
@ -3,7 +3,7 @@ INSERT INTO `config` (`var`, `val`, `category`, `type`, `type_values`, `ord`, `d
|
||||
('cheque_date_format', 'DDMMYYYY', 'Localization', 'enum', 'YYYYMMDD=YYYYMMDD|DDMMYYYY=DDMMYYYY|MMDDYYYY=MMDDYYYY', '220', 'Format for dates on printed cheques', '2012', NULL);
|
||||
|
||||
|
||||
INSERT INTO `reports` (`name`, `desc`, `creator`, `type`) VALUES
|
||||
INSERT INTO `reports` (`system_report_id`, `name`, `desc`, `creator`, `type`) VALUES
|
||||
(48, 'Cheques Divisional Award Winners', 'Cheques for Divisional Award Winners', 'Lightbox Technologies', 'student');
|
||||
|
||||
INSERT INTO `reports_items` (`reports_id`, `type`, `ord`, `field`, `value`, `x`, `y`, `w`, `h`, `lines`, `face`, `fontname`, `fontstyle`, `fontsize`, `align`, `valign`, `on_overflow`) VALUES
|
||||
|
Loading…
Reference in New Issue
Block a user