summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2008-06-25 20:11:11 +0000
committerivan <ivan>2008-06-25 20:11:11 +0000
commit3014ab2fcc6acb37892a43539b304c931a118942 (patch)
tree7c64317fc4de528d586a46f08e915a06562fd735 /FS
parenteb85e0798d4525f6c81858db45f7479de9712660 (diff)
POD updates
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm20
-rw-r--r--FS/FS/cust_main.pm19
2 files changed, 28 insertions, 11 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 7b05cadfa..c404b8b01 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -557,19 +557,27 @@ sub apply_payments_and_credits {
}
-=item generate_email PARAMHASH
+=item generate_email OPTION => VALUE ...
-PARAMHASH can contain the following:
+Options:
=over 4
-=item from => sender address, required
+=item from
-=item tempate => alternate template name, optional
+sender address, required
-=item print_text => text attachment arrayref, optional
+=item tempate
-=item subject => email subject, optional
+alternate template name, optional
+
+=item print_text
+
+text attachment arrayref, optional
+
+=item subject
+
+email subject, optional
=back
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 19323e8a4..53bf9f3ca 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -5259,15 +5259,24 @@ Available options are:
=over 4
-=item unapplied_date - set to true to disregard unapplied credits, payments and refunds outside the specified time period - by default the time period restriction only applies to invoices (useful for reporting, probably a bad idea for event triggering)
+=item unapplied_date
-=item total - set to true to remove all customer comparison clauses, for totals
+set to true to disregard unapplied credits, payments and refunds outside the specified time period - by default the time period restriction only applies to invoices (useful for reporting (or is it?), probably a bad idea for event triggering)
-=item where - WHERE clause hashref (elements "AND"ed together) (typically used with the total option)
+=item total
-=item join - JOIN clause (typically used with the total option)
+(unused. obsolete?)
+set to true to remove all customer comparison clauses, for totals
-=item
+=item where
+
+(unused. obsolete?)
+WHERE clause hashref (elements "AND"ed together) (typically used with the total option)
+
+=item join
+
+(unused. obsolete?)
+JOIN clause (typically used with the total option)
=back