This commit is contained in:
Matthew Wilson 2006-05-08 20:27:44 +00:00
parent 822454f8e9
commit 1e54f7a9ec
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ sub checkoutForm {
$f->country(
-name=>"country",
-label=>$i18n->get("country"),
-value=>($self->session->form->process("country") || $u->profileField("homeCountry") || 'United States')
-value=>($self->session->form->process("country",'country') || $u->profileField("homeCountry") || 'United States')
);
$f->phone(
-name=>"phone",

View file

@ -164,7 +164,7 @@ sub checkoutForm {
$f->country(
-name=>"country",
-label=>$i18n->get("country"),
-value=>($self->session->form->process("country") || $u->profileField("homeCountry") || 'United States')
-value=>($self->session->form->process("country",'country') || $u->profileField("homeCountry") || 'United States')
);
$f->phone(
-name=>"phone",