Revision 417

Date:
2014/02/16 09:02:02
Author:
ahitrov
Revision Log:
as_string
Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/plugins/webshop/lib/webshop/Address.pm

     
    73 73 }
    74 74 push @string, $self->town if $self->town;
    75 75 push @string, $self->address if $self->address;
    76 push @string, $self->name if $self->name;
    77 76 return join(', ', @string);
    78 77 }
    79 78