salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.27k stars 2.03k forks source link

Display issues with global search #10377

Open JackBuchanan opened 3 months ago

JackBuchanan commented 3 months ago

Issue

When using global search Currency is not formatted correctly, enums are displayed using they key not the label and the module name is used instead of the label

Expected Behavior

Currency should be formatted, should be: $10,000.00 NOT: 10000 Enum labels should be used, should be: "Sales Partner" NOT: SalesPartner Module name should be value not key, should be "Quotes" NOT: aos_quotes

Actual Behavior

Currency should be formatted, should be: $10,000.00 NOT: 10000 Enum labels should be used, should be: "Sales Partner" NOT: SalesPartner Module name should be value not key, should be "Quotes" NOT: aos_quotes

Possible Fix

Steps to Reproduce

  1. Search for module that uses currency field e.g. opportunities
  2. See results displayed as above

Context

Global search displays values incorrectly

Your Environment

gunnicom commented 3 months ago

Duplicate https://github.com/salesagility/SuiteCRM/issues/9824