Hello,
I have a very strange error.
This error came to light when I was importing some targets. I want to use custom salutation (dutch) so in Studio I changed the drop down menu for the salutation_dom.
I added “heer” dutch for mister en “mevrouw” dutch for miss and deleted some salutations I will not use.
If I select a target I can changes the salutation to “--none--”, “Mr.”, “Ms.”, “mevrouw” and “heer”. After saving the changes, all changes stick to there changed values except “mevrouw” this one changes back into --none-- ????? I have no idea why.
The file SugarOS-Full-4.5.1/custom/include/language/en_us.lang.php looks like this:
<?php
$app_list_strings['salutation_dom']=array ( '' => '',
'' => '',
'Mr.' => 'Mr.',
'Ms.' => 'Ms.',
'mevrouw' => 'mevrouw',
'heer' => 'heer',
);
YES you are right its missing ?> at the end. Tried to fix this but it does not fix the problem.
I also tried to changes the order of the salutation (e.g. Mr., Ms., heer, mevrouw) but no luck.
I did a full new install of version 4.5.1 including a new database. Imported 200 targets and that is all in the database.
Does anyone have an idea?
Thanx, Robert.
I'm using:
Sugar Version: Version 4.5.1 (Build 1197)
Sugar Edition: SugarSuite
Category: importing/changing targets
Operating System: linux
PHP Version: 5.2.0
Database: MySQL 5.0.26
Web Server: Apache 2.2.3


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks