re-arrange travel report columns
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
* The administration menu implementations for the booking module configuration pages
|
||||
*/
|
||||
|
||||
function booking_admin()
|
||||
{
|
||||
function booking_admin() {
|
||||
$form = array();
|
||||
|
||||
//regenerate all our menu hooks when loading this form
|
||||
@@ -564,7 +563,7 @@ $form['management']['booking_import_include_fields_dynamic'] = array(
|
||||
//return system_settings_form($form);
|
||||
//make sure we update our custom sql view every time we change something on the admin page
|
||||
$form = system_settings_form($form);
|
||||
$form['#submit'][] = '_booking_node_create_mysqlview';
|
||||
//$form['#submit'][] = '_booking_node_create_mysqlview';
|
||||
return $form;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user