X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Ftemplates%2Fcase_sample.tpl;h=cdcb7e3f61f63775334dea9c8edbbcbfb9095775;hb=526218c6283eb9401f62fd7ed22322ff8d571eb8;hp=f44a65d006a07555e95a917e60afed51d754c037;hpb=e7ed2ed6dfa73a6225b7d2a2d09529edec03f974;p=civicrm-core.git diff --git a/xml/templates/case_sample.tpl b/xml/templates/case_sample.tpl index f44a65d006..cdcb7e3f61 100644 --- a/xml/templates/case_sample.tpl +++ b/xml/templates/case_sample.tpl @@ -12,7 +12,7 @@ SELECT @caseCompId := id FROM `civicrm_component` where `name` like 'CiviCase'; -- * Case Types -- * -- *******************************************************/ -SELECT @max_wt := COALESCE ( max(weight), 0 ) from civicrm_case_type; +SELECT @max_wt := COALESCE( max(weight), 0 ) from civicrm_case_type; INSERT IGNORE INTO `civicrm_case_type` ( `title`, `name`, `description`, `weight`, `is_reserved`, `is_active`) VALUES ('{ts}Housing Support{/ts}', 'housing_support', '{ts}Help homeless individuals obtain temporary and long-term housing{/ts}', @max_wt + 1, 0, 1),