X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_pkg_usageprice.pm;h=29e6278820131c6f9e3b6a2b7caa0b6abf448820;hb=02d73ef84103d6bdaf49e6a179a0ad46f9719d25;hp=5b6b18c70f15b56ca863447816623ec243c21f2d;hpb=0ddb95ef7e09ada82657f30ce459fe229b2851c0;p=freeside.git diff --git a/FS/FS/cust_pkg_usageprice.pm b/FS/FS/cust_pkg_usageprice.pm index 5b6b18c70..29e627882 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 ) {