commerce bug fixes

This commit is contained in:
JT Smith 2008-06-12 16:05:01 +00:00
parent b57f289706
commit 60a6f97c48
3 changed files with 7 additions and 8 deletions

View file

@ -30,7 +30,7 @@ sub definition {
tie my %fields, 'Tie::IxHash';
push @{ $definition }, {
name => $i18n->echo('Cash'),
name => $i18n->get('label'),
properties => \%fields,
};