More POD fixes.

This commit is contained in:
Colin Kuskie 2009-07-04 17:21:05 +00:00
parent d927336979
commit 576b914293
2 changed files with 10 additions and 2 deletions

View file

@ -179,7 +179,7 @@ sub getStyleTemplateId {
=head2 www_managePurchases ( )
The main view page for editing the user's profile.
Provides a list of all the users transactions, with links to view more details for each one.
=cut
@ -208,6 +208,14 @@ sub www_managePurchases {
}
#-------------------------------------------------------------------
=head2 www_manageTaxData ( )
A wrapper for TaxDriver->getUserScreen, allowing the user to enter configuration
data for himself.
=cut
sub www_manageTaxData {
my $self = shift;
my $session = $self->session;

View file

@ -460,7 +460,7 @@ sub view {
#-------------------------------------------------------------------
=head2 viewTemplateVars ( $mode )
=head2 viewTemplateVariables ( $mode )
Make template variables for the view template.