mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 00:42:08 +08:00
[Legacy] Add non-db source field to cases
This commit is contained in:
parent
af756aaa12
commit
1cbc6cced1
2 changed files with 8 additions and 1 deletions
|
@ -73,5 +73,6 @@ $mod_strings = array(
|
|||
'LBL_CONTACT_NAME' => 'Contact',
|
||||
'LBL_INTERNAL' => 'Internal Update',
|
||||
'LBL_AOP_CASE_ATTACHMENTS' => 'Attachments: ',
|
||||
'LBL_AUTHOR' => 'Author'
|
||||
'LBL_AUTHOR' => 'Author',
|
||||
'LBL_SOURCE' => 'Source'
|
||||
);
|
||||
|
|
|
@ -111,6 +111,12 @@ $dictionary['AOP_Case_Updates'] = array(
|
|||
'vname' => 'LBL_AUTHOR',
|
||||
'source' => 'non-db'
|
||||
),
|
||||
'source' => array(
|
||||
'name' => 'source',
|
||||
'type' => 'varchar',
|
||||
'vname' => 'LBL_SOURCE',
|
||||
'source' => 'non-db'
|
||||
),
|
||||
'notes' => array(
|
||||
'name' => 'notes',
|
||||
'type' => 'link',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue