got transaction management working well enough to notice that there are a few things broken about it =)

This commit is contained in:
JT Smith 2008-05-19 01:48:31 +00:00
parent affd08990a
commit 0e257e7c94
5 changed files with 232 additions and 8 deletions

View file

@ -118,6 +118,7 @@ sub getHtmlFormatted {
$address .= $self->get("state") . " " if ($self->get("state") ne "");
$address .= $self->get("code") if ($self->get("code") ne "");
$address .= '<br />' . $self->get("country");
return $address;
}
#-------------------------------------------------------------------