I am using SugarCRM Version 5.1 running on Windows 2003 Server.
I created a new module called "Products" with the Module Builder (VERY impressive feature incidentally). There is a 1 to many relationship between Accounts and Products (i.e. each Account may have 0 or more Products associated with it).
All seems well EXCEPT the title on the Products subpanel on the Accounts page appears to be the NAME of the label of the field that contains the word "Products" instead of the value "Products" itself.
I searched for this very long string and found it in a few places, e.g. in the file htdocs\sugarcrm\custom\Extension\modules\Accounts\ Ext\Language\en_us.customaccounts_prodh_product_hi story.php I found
<?php
$mod_strings [ "LBL_ACCOUNTS_PRODH_PRODUCT_HISTORY_FROM_PRODH_PRO DUCT_HISTORY_TITLE" ] = "Products" ;
What shows up on my screen as the title of the subpanel is
"LBL_ACCOUNTS_PRODH_PRODUCT_HISTORY_FROM_PRODH_PRO DUCT_HISTORY_TITLE"
Is this my goof somewhere? Or is this a bug? Anyone know how to fix it manually or otherwise?
Martha


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks