diff --git a/lib/WebGUI/Account/Shop.pm b/lib/WebGUI/Account/Shop.pm index 28d21d617..39134b813 100644 --- a/lib/WebGUI/Account/Shop.pm +++ b/lib/WebGUI/Account/Shop.pm @@ -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; diff --git a/lib/WebGUI/Asset/Wobject/StoryArchive.pm b/lib/WebGUI/Asset/Wobject/StoryArchive.pm index 43d08592d..e6c9a8bea 100644 --- a/lib/WebGUI/Asset/Wobject/StoryArchive.pm +++ b/lib/WebGUI/Asset/Wobject/StoryArchive.pm @@ -460,7 +460,7 @@ sub view { #------------------------------------------------------------------- -=head2 viewTemplateVars ( $mode ) +=head2 viewTemplateVariables ( $mode ) Make template variables for the view template.