mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-30 02:52:22 +08:00
[Legacy] Update top widget configuration in Accounts
This commit is contained in:
parent
957108255e
commit
f19ec13247
1 changed files with 2 additions and 2 deletions
|
@ -105,12 +105,12 @@ array(
|
||||||
'options' => [
|
'options' => [
|
||||||
'statistics' => [
|
'statistics' => [
|
||||||
[
|
[
|
||||||
'labelKey' => 'LBL_AVERAGE_CLOSED_WON_PER_YEAR',
|
'endLabelKey' => 'LBL_AVERAGE_CLOSED_WON_PER_YEAR',
|
||||||
'type' => 'accounts-won-opportunity-amount-by-year',
|
'type' => 'accounts-won-opportunity-amount-by-year',
|
||||||
'hideValueIfEmpty' => true
|
'hideValueIfEmpty' => true
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'labelKey' => 'LBL_OPPORTUNITIES_TOTAL',
|
'endLabelKey' => 'LBL_OPPORTUNITIES_TOTAL',
|
||||||
'type' => 'opportunities',
|
'type' => 'opportunities',
|
||||||
'hideValueIfEmpty' => true
|
'hideValueIfEmpty' => true
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue