Thursday, November 20, 2008 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  Bugs  .LBL_ type of w...
 .LBL_ type of wording showing up
 
rleroux
22 posts
Joined
6/4/2008

.LBL_ type of wording showing up
Posted: 06 Aug 08 1:01 PM

In some areas, I'm noticing such things as:
Duration: 1 Calls.LBL_HOURS_ABBREV 0 Calls.LBL_MINSS_ABBREV
In particular the .LBL_... info that you see in the line above.

The above is from the "Meetings" page of Splendid. What is the LBL_ info displaying for and how am I able to correct this?

The configuration for the time zone in Splendid is using Pacific Time, the database resides on MSSQL Server 2005 Express, database tables, views, etc created by the 2.1 Splendidcrm installer.


Thanks.

support
2095 posts
1st
Joined
1/3/2006

Re: .LBL_ type of wording showing up
Posted: 06 Aug 08 1:44 PM

In our 2.1 build, we deleted a bunch of unused terms and caught a few extra.  Here is the SQL script to add them back:

exec dbo.spTERMINOLOGY_InsertOnly 'LBL_MINSS_ABBREV'                , 'en-US', 'Calls', null, null, 'm';
exec dbo.spTERMINOLOGY_InsertOnly 'LBL_MINSS_ABBREV'                , 'en-US', 'Meetings', null, null, 'm';
exec dbo.spTERMINOLOGY_InsertOnly 'LBL_HOURS_ABBREV'                , 'en-US', 'Calls', null, null, 'h';
exec dbo.spTERMINOLOGY_InsertOnly 'LBL_HOURS_ABBREV'                , 'en-US', 'Meetings', null, null, 'h';

  Mainstream Forums  Bugs  .LBL_ type of w...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2008 by Perpetual Motion Interactive Systems Inc.
SplendidCRM and SplendidCRM Software are trademarks of SplendidCRM Software, Inc. SugarCRM is a trademark of SugarCRM Inc. in the United States, the European Union and other countries. All other trademarks used in this web site are the property of their respective owners.