New enhancements to the code related to the SuiteDesk configuration
This commit is contained in:
parent
feb393faa4
commit
6d893bfe98
4 changed files with 9 additions and 44 deletions
|
@ -863,7 +863,7 @@ function storminvoice_admin_settings() {
|
|||
$form['storminvoice_cover_note_subject'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Cover note subject'),
|
||||
'#default_value' => variable_get('storminvoice_cover_note_subject', t('Invoice from !site', array('!site' => variable_get('site_name', 'STORM')))),
|
||||
'#default_value' => variable_get('storminvoice_cover_note_subject', t('Invoice from !site', array('!site' => variable_get('site_name', 'SuiteDesk')))),
|
||||
'#description' => t('Default subject for cover note.'),
|
||||
'#size' => 50,
|
||||
);
|
||||
|
|
Reference in a new issue