diff options
author | ivan <ivan> | 2009-02-21 17:56:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-02-21 17:56:07 +0000 |
commit | b953866b9f57ce381a34f272926f91f7f706de24 (patch) | |
tree | 04d0fd4e60c2809707b0a07167db2ab5c88972ae /FS | |
parent | 97b377f991f6e9475e8e95c211f67e1186d33062 (diff) |
adding follow-tax-rename tool (well, quick hack), RT#4878
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_bill_pkg.pm | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index d0c51cfec..6c0589a5c 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -30,10 +30,6 @@ FS::cust_bill_pkg - Object methods for cust_bill_pkg records $error = $record->insert; - $error = $new_record->replace($old_record); - - $error = $record->delete; - $error = $record->check; =head1 DESCRIPTION @@ -182,16 +178,18 @@ sub delete { return "Can't delete cust_bill_pkg records!"; } -=item replace OLD_RECORD - -Currently unimplemented. This would be even more of an accounting nightmare -than deleteing the items. Just don't do it. - -=cut - -sub replace { - return "Can't modify cust_bill_pkg records!"; -} +#alas, bin/follow-tax-rename +# +#=item replace OLD_RECORD +# +#Currently unimplemented. This would be even more of an accounting nightmare +#than deleteing the items. Just don't do it. +# +#=cut +# +#sub replace { +# return "Can't modify cust_bill_pkg records!"; +#} =item check |