Fix the pod for www_viewMy.

i18n and help for Shop.
This commit is contained in:
Colin Kuskie 2008-06-11 01:15:42 +00:00
parent 5ad6047fb2
commit 09ac691b0f
5 changed files with 858 additions and 401 deletions

View file

@ -822,7 +822,8 @@ STOP
=head2 www_manageMy ()
Makes transaction information printable.
Display a quick list of the user's transactions, with links for more detailed information about
each one in the list.
=cut
@ -838,7 +839,7 @@ sub www_manageMy {
%{$transaction->get},
viewDetailUrl => $url->page('shop=transaction;method=viewMy;transactionId='.$id),
amount => sprintf("%.2f", $transaction->get('amount')),
};
};
}
# render