2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Merged Ability to create new cases as a referral from an existing case feature

Also improves timezone detection
This commit is contained in:
Adam Zammit
2014-01-08 15:20:41 +11:00
8 changed files with 435 additions and 128 deletions

View File

@@ -1384,6 +1384,7 @@ CREATE TABLE `questionnaire` (
`lime_rs_sid` int(11) default NULL,
`info` text collate utf8_unicode_ci,
`self_complete` tinyint(1) NOT NULL default '0',
`referral` TINYINT( 1 ) NOT NULL DEFAULT '0',
`lime_mode` varchar(64) collate utf8_unicode_ci default NULL COMMENT 'Limesurvey mode for respondent self completion',
`lime_template` varchar(128) collate utf8_unicode_ci default NULL COMMENT 'Limesurvey template for respondent self completion',
`lime_endurl` varchar(256) collate utf8_unicode_ci default NULL COMMENT 'Forwarding end URL for respondent self completion',