X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_pkg.pm;h=7aee8d02781bdcbe447e13f583ec77292fdd33e2;hb=e6b57805f6b3e76448ab9b6d280f2c53bc1410f3;hp=069ac8cf734d3f0a31113b1f43b3eb2c96a71aa2;hpb=9410e9f656b950a9d4b383a3992fa50bb7a270db;p=freeside.git diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 069ac8cf7..7aee8d027 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -123,15 +123,16 @@ sub insert { =item delete -Currently unimplemented. You don't want to delete billing items, because there -would then be no record the customer ever purchased the item. Instead, see -the cancel method. +This method now works but you probably shouldn't use it. + +You don't want to delete billing items, because there would then be no record +the customer ever purchased the item. Instead, see the cancel method. =cut -sub delete { - return "Can't delete cust_pkg records!"; -} +#sub delete { +# return "Can't delete cust_pkg records!"; +#} =item replace OLD_RECORD @@ -588,7 +589,7 @@ sub order { =head1 VERSION -$Id: cust_pkg.pm,v 1.11 2001-10-15 14:58:03 ivan Exp $ +$Id: cust_pkg.pm,v 1.12 2001-10-22 08:29:42 ivan Exp $ =head1 BUGS