Email field in Commerce Area small

This commit is contained in:
JT Smith 2007-09-07 19:45:26 +00:00
parent ecf7824c95
commit 5520890688
4 changed files with 4 additions and 3 deletions

View file

@ -300,7 +300,7 @@ sub prepend {
$self = shift;
$name = shift;
return "~Shipping~".$self->namespace."~".$name;
return "Shipping_".$self->namespace."_".$name;
}
#-------------------------------------------------------------------