Replace internal column names with descriptive names for study groups in csv report

This commit is contained in:
2015-07-23 21:37:11 +10:00
parent cdc2d84fe2
commit 11b27bb4b1
2 changed files with 37 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ function booking_import_data_admin()
$prefix = t("<p>Upload csv file containing data to import. Minimum fields present should be <strong>nid and booking_status</strong>, " .
" along with user-specified fields of <strong>!config</strong>. CSV Column names should match exactly (case sensitive).</p>",
array('!config' => variable_get('booking_import_include_fields', '')));
$prefix .= "<p>Note that only registration specific data like phone numbers, barcodes, etc can be updated. Study group data cannot be imported via this page.</p>"
$form = array();