mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Remove forgotten is_read field on Accounts
This commit is contained in:
parent
10f48b4937
commit
f4c29e4492
1 changed files with 0 additions and 8 deletions
|
@ -183,14 +183,6 @@ $dictionary['Account'] = array(
|
|||
'source' => 'non-db',
|
||||
'vname' => 'LBL_CALLS',
|
||||
),
|
||||
'is_read' =>
|
||||
[
|
||||
'name' => 'is_read',
|
||||
'vname' => 'LBL_IS_READ',
|
||||
'type' => 'bool',
|
||||
'massupdate' => false,
|
||||
],
|
||||
|
||||
'emails' => array(
|
||||
'name' => 'emails',
|
||||
'type' => 'link',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue