More POD fixes.
This commit is contained in:
parent
d927336979
commit
576b914293
2 changed files with 10 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -460,7 +460,7 @@ sub view {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 viewTemplateVars ( $mode )
|
||||
=head2 viewTemplateVariables ( $mode )
|
||||
|
||||
Make template variables for the view template.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue