[freeside-commits] freeside/FS/FS cust_bill_pkg.pm,1.31,1.32

Ivan,,, ivan at wavetail.420.am
Sat Feb 21 09:56:09 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv13734/FS/FS

Modified Files:
	cust_bill_pkg.pm 
Log Message:
adding follow-tax-rename tool (well, quick hack), RT#4878

Index: cust_bill_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- cust_bill_pkg.pm	18 Jan 2009 23:43:39 -0000	1.31
+++ cust_bill_pkg.pm	21 Feb 2009 17:56:07 -0000	1.32
@@ -30,10 +30,6 @@
 
   $error = $record->insert;
 
-  $error = $new_record->replace($old_record);
-
-  $error = $record->delete;
-
   $error = $record->check;
 
 =head1 DESCRIPTION
@@ -182,16 +178,18 @@
   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
 



More information about the freeside-commits mailing list