X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg.pm;h=ed5fa969984533132259f08aab7ee8d44ec0b78c;hb=f1439110b2012fff10b54a88b54e25e57365ff50;hp=44db5473e0fd974081f7c847fe12b4664b219672;hpb=f68b9a8351fc3fc22c39249e070ecb0c51c59347;p=freeside.git diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 44db5473e..ed5fa9699 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -1296,6 +1296,9 @@ sub calc_units { 0; } #fallback for everything except bulk.pm sub hide_svc_detail { 0; } +#fallback for packages that can't/won't summarize usage +sub sum_usage { 0; } + =item recur_cost_permonth CUST_PKG recur_cost divided by freq (only supported for monthly and longer frequencies)