From ccdcfa4db651be79147c9f30b8e9aa94c18f8c71 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Tue, 2 May 2006 16:51:52 +0000 Subject: [PATCH] fixed same problem for cash. --- lib/WebGUI/Commerce/Payment/Cash.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Commerce/Payment/Cash.pm b/lib/WebGUI/Commerce/Payment/Cash.pm index 6d2375b51..56ad5b306 100644 --- a/lib/WebGUI/Commerce/Payment/Cash.pm +++ b/lib/WebGUI/Commerce/Payment/Cash.pm @@ -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',