summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2008-10-04 22:36:05 +0000
committerivan <ivan>2008-10-04 22:36:05 +0000
commitaa8d3305bddaca26d9222ebfa48af191d28f8230 (patch)
tree9f17230cc42996c332e588e9cd60da15e3e763ac /FS/FS
parentcf600b52ad81786a8f764bb44536d0cd2ccf4038 (diff)
POD cleanups
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Misc.pm2
-rw-r--r--FS/FS/Misc/prune.pm4
-rw-r--r--FS/FS/cust_bill_ApplicationCommon.pm4
-rw-r--r--FS/FS/part_event/Action.pm2
-rw-r--r--FS/FS/payinfo_transaction_Mixin.pm8
-rw-r--r--FS/FS/rate_detail.pm2
-rw-r--r--FS/FS/usage_class.pm2
7 files changed, 16 insertions, 8 deletions
diff --git a/FS/FS/Misc.pm b/FS/FS/Misc.pm
index bf286c0..e254b51 100644
--- a/FS/FS/Misc.pm
+++ b/FS/FS/Misc.pm
@@ -44,6 +44,8 @@ but are collected here to elimiate code duplication.
Options:
+=over 4
+
=item from
Sender address, required
diff --git a/FS/FS/Misc/prune.pm b/FS/FS/Misc/prune.pm
index b6c3053..3f0c79d 100644
--- a/FS/FS/Misc/prune.pm
+++ b/FS/FS/Misc/prune.pm
@@ -22,6 +22,10 @@ use FS::Misc::prune qw(prune_applications);
prune_applications();
+=head1 SUBROUTINES
+
+=over 4
+
=item prune_applications OPTION_HASH
Removes applications of credits to refunds in the event that the database
diff --git a/FS/FS/cust_bill_ApplicationCommon.pm b/FS/FS/cust_bill_ApplicationCommon.pm
index 803239d..af7e087 100644
--- a/FS/FS/cust_bill_ApplicationCommon.pm
+++ b/FS/FS/cust_bill_ApplicationCommon.pm
@@ -33,6 +33,8 @@ represent application of things to invoices, currently payments
=head1 METHODS
+=over 4
+
=item insert
=cut
@@ -361,7 +363,7 @@ sub cust_bill {
=item applied_to_invoice
-Returns a string representing the invoice (see L<FS::cust_bill), for example:
+Returns a string representing the invoice (see L<FS::cust_bill>), for example:
"applied to Invoice #54 (3/20/2008)"
=cut
diff --git a/FS/FS/part_event/Action.pm b/FS/FS/part_event/Action.pm
index bdb9df6..c41af28 100644
--- a/FS/FS/part_event/Action.pm
+++ b/FS/FS/part_event/Action.pm
@@ -63,6 +63,8 @@ This method should return a list of option names and option descriptions.
Each option description can be a scalar description, for simple options, or a
hashref with the following values:
+=over 4
+
=item label - Description
=item type - Currently text, money, checkbox, checkbox-multiple, select, select-agent, select-pkg_class, select-part_referral, select-table, fixed, hidden, (others can be implemented as httemplate/elements/tr-TYPE.html mason components). Defaults to text.
diff --git a/FS/FS/payinfo_transaction_Mixin.pm b/FS/FS/payinfo_transaction_Mixin.pm
index d0be9e8..19419de 100644
--- a/FS/FS/payinfo_transaction_Mixin.pm
+++ b/FS/FS/payinfo_transaction_Mixin.pm
@@ -29,7 +29,6 @@ payinfo and paybatch. Currently FS::cust_pay and FS::cust_refund
=over 4
-
=item cust_main
Returns the parent customer object (see L<FS::cust_main>).
@@ -113,13 +112,12 @@ sub _parse_paybatch {
}
-
-
-
=back
=head1 SEE ALSO
L<FS::payinfo_Mixin>
-=back
+=cut
+
+1;
diff --git a/FS/FS/rate_detail.pm b/FS/FS/rate_detail.pm
index a78ea82..62c0fa1 100644
--- a/FS/FS/rate_detail.pm
+++ b/FS/FS/rate_detail.pm
@@ -49,7 +49,7 @@ inherits from FS::Record. The following fields are currently supported:
=item sec_granularity - granularity in seconds, i.e. 6 or 60; 0 for per-call
-=item classnum - usage class (see L<FS::usage_class) if any for this rate
+=item classnum - usage class (see L<FS::usage_class>) if any for this rate
=back
diff --git a/FS/FS/usage_class.pm b/FS/FS/usage_class.pm
index 053d398..93a32df 100644
--- a/FS/FS/usage_class.pm
+++ b/FS/FS/usage_class.pm
@@ -28,7 +28,7 @@ FS::usage_class - Object methods for usage_class records
=head1 DESCRIPTION
An FS::usage_class object represents a usage class. Every rate detail
-(see L<FS::rate_detail) has, optionally, a usage class. FS::usage_class
+(see L<FS::rate_detail>) has, optionally, a usage class. FS::usage_class
inherits from FS::Record. The following fields are currently supported:
=over 4