Replace internal column names with descriptive names for study groups in csv report
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user