fixed same problem for cash.
This commit is contained in:
parent
404e0d5d4b
commit
ccdcfa4db6
1 changed files with 1 additions and 1 deletions
|
|
@ -346,8 +346,8 @@ sub checkoutForm {
|
||||||
$f->phone(
|
$f->phone(
|
||||||
-name=>"phone",
|
-name=>"phone",
|
||||||
-label=>$i18n->get("phone"),
|
-label=>$i18n->get("phone"),
|
||||||
|
-defaultValue=>$u->profileField("homePhone"),
|
||||||
-value=>$self->session->form->process("phone"),
|
-value=>$self->session->form->process("phone"),
|
||||||
-defaultValue=>$u->profileField("homePhone")
|
|
||||||
);
|
);
|
||||||
$f->email(
|
$f->email(
|
||||||
-name => 'email',
|
-name => 'email',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue