fixed same problem for cash.

This commit is contained in:
Matthew Wilson 2006-05-02 16:51:52 +00:00
parent 404e0d5d4b
commit ccdcfa4db6

View file

@ -346,8 +346,8 @@ sub checkoutForm {
$f->phone(
-name=>"phone",
-label=>$i18n->get("phone"),
-defaultValue=>$u->profileField("homePhone"),
-value=>$self->session->form->process("phone"),
-defaultValue=>$u->profileField("homePhone")
);
$f->email(
-name => 'email',