summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg_usageprice.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-09-10 21:33:37 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-09-10 21:33:37 -0500
commit8eeac13d3a8b231efd786eca0555087de5dbb17e (patch)
tree6b84175ec9906e27b343e77774b3967419c701a8 /FS/FS/cust_pkg_usageprice.pm
parentffa5a5ba5f1e75ad5e7545f5c8e303e079014f2f (diff)
RT#33410: Package GB add-ons
Diffstat (limited to 'FS/FS/cust_pkg_usageprice.pm')
-rw-r--r--FS/FS/cust_pkg_usageprice.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/cust_pkg_usageprice.pm b/FS/FS/cust_pkg_usageprice.pm
index 5b6b18c..29e6278 100644
--- a/FS/FS/cust_pkg_usageprice.pm
+++ b/FS/FS/cust_pkg_usageprice.pm
@@ -163,6 +163,11 @@ sub apply {
#this has no multiplication involved, its just a set only
#} elsif ( $target eq 'svc_conferencing.confqualitynum' ) {
+
+ } elsif ( $target eq 'sqlradacct_hour.recur_included_total' ) {
+
+ $error = "Cannot call apply on target $target";
+
}
if ( $error ) {