Skip to content

Commit

Permalink
Merge pull request #5216 from dimagi/multiselect-export
Browse files Browse the repository at this point in the history
Don't use experimental multiselect config (P2 bugfix)
  • Loading branch information
Nick Pellegrino committed Jan 6, 2015
2 parents 777b2bd + f206c45 commit 7112229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/export/templates/export/customize_export.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
transform: column.transform() || null, // it doesn't save '' well
is_sensitive: Boolean(is_sensitive)
};
if (column.doc_type() === 'SplitColumn'){
if (column.doc_type === 'SplitColumn'){
col.doc_type = column.doc_type;
col.options = column.options();
}
Expand Down

0 comments on commit 7112229

Please sign in to comment.