mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added DEFAULT_TAB and DEFAULT_TAB_APPOINTMNT to config files to define default tab to see on case screen
This commit is contained in:
@@ -192,6 +192,16 @@ if (!defined('AUTO_COMPLETE_OUTCOME')) define('AUTO_COMPLETE_OUTCOME',false);
|
||||
*/
|
||||
if (!defined('AUTO_LOGOUT_MINUTES')) define('AUTO_LOGOUT_MINUTES',false);
|
||||
|
||||
/**
|
||||
* The default tab to start on on the main screen
|
||||
*/
|
||||
if (!defined('DEFAULT_TAB')) define('DEFAULT_TAB','casenotes');
|
||||
|
||||
/**
|
||||
* The default tab to start on for appointments
|
||||
*/
|
||||
if (!defined('DEFAULT_TAB_APPOINTMENT')) define('DEFAULT_TAB_APPOINTMENT','casenotes');
|
||||
|
||||
/**
|
||||
* Database configuration for queXS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user