summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-03-13 21:54:34 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-03-13 22:01:34 -0500
commit04d785086c73796a05596cb9789d323b5e144752 (patch)
tree94847f53f795590ada8f7ace104b1653258774ec
parent144292b2e08dc97bf76b0df6a4ee73c3fe8eaa96 (diff)
RT#25563 [documentation]
-rw-r--r--FS/FS/part_event/Action/Mixin/credit_bill.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_event/Action/Mixin/credit_bill.pm b/FS/FS/part_event/Action/Mixin/credit_bill.pm
index 694f9650f..5a26d2e56 100644
--- a/FS/FS/part_event/Action/Mixin/credit_bill.pm
+++ b/FS/FS/part_event/Action/Mixin/credit_bill.pm
@@ -50,6 +50,7 @@ our %part_pkg_cache;
# 2. the recipient of the commission; may be FS::sales, FS::agent,
# FS::access_user, etc. Here we don't use it, but it will be passed through
# to _calc_credit_percent.
+# 3. optional scalar reference for recording a warning message
sub _calc_credit {
my $self = shift;