Fix the pod for www_viewMy.
i18n and help for Shop.
This commit is contained in:
parent
5ad6047fb2
commit
09ac691b0f
5 changed files with 858 additions and 401 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue