summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-03-24 02:36:31 +0000
committerivan <ivan>2009-03-24 02:36:31 +0000
commit9006e983ebf98b2000a812ab01f99dcb2335534c (patch)
tree7189499ce30fe71046170119f05f5cc7858213ca /FS/FS/part_pkg.pm
parent42682206b4ba30de01c82743042f5fb9d48a93ed (diff)
bulk price plan: label as Name <email>, supress extraneous service list, RT#3519
Diffstat (limited to 'FS/FS/part_pkg.pm')
-rw-r--r--FS/FS/part_pkg.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm
index ef24b53..81696fc 100644
--- a/FS/FS/part_pkg.pm
+++ b/FS/FS/part_pkg.pm
@@ -1116,6 +1116,9 @@ sub calc_remain { 0; }
sub calc_cancel { 0; }
sub calc_units { 0; }
+#fallback for everything except bulk.pm
+sub hide_svc_detail { 0; }
+
=item format OPTION DATA
Returns data formatted according to the function 'format' described