svn path=/trunk/; revision=24325
Este commit está contenido en:
paul 2012-09-13 13:26:22 +00:00
padre 4c7faa274f
commit 3b17c15c2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -10,7 +10,7 @@ my $time = strftime "%s", localtime;
my $reference = "order.$date." . substr $time, -5;
# technically we only need the last name for shipping
my $firstname = $query->param("firstname") || $firstname = '';
my $firstname = $query->param("firstname");
my $lastname = $query->param("lastname");
my $email = $query->param("email");