NB: I have completely edited this message since first posted
Hi,
I am using Version 5.2.0a (Build 5447) with Firefox and have just noticed the following 'funny'
If I have an 's' at the end of the billing address (or ship-to address) then it's cut off when saved:
eg:
21 The Streets will save as '21 The Street'
21 The Streets
Bingleys
Will save as :
21 The Streets
Bingley
But something like:
Testx
Hellox
is OK.
Following an IRC chat with some very helpful support guys, it turns out to be a known bug in data/SugarBean.php where the following needs to be changed:
In function add_address_streets
The last two lines of this function are:
if ( isset($this->$street_field)) {
$this->$street_field = trim($this->$street_field, "\n\s");
(In my version, the relevant line is number 5307)
to fix this problem, remove the '\s'
I have been told this issue is fixed in the next release too.
Cheers and many many thanks to the guys on IRC


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks