From: ivan Date: Fri, 2 May 2008 02:00:14 +0000 (+0000) Subject: fix backport of _upgrade_data from 1.9 for very old installs, to eliminate plan-less... X-Git-Tag: freeside_1_7_4rc1~369 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=27668a820b0d0996225b6daf0da39076334b9d87;p=freeside.git fix backport of _upgrade_data from 1.9 for very old installs, to eliminate plan-less packages --- diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 26bd3bd20..7acada538 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -773,6 +773,12 @@ sub calc_cancel { 0; } =back +=cut + +# _upgrade_data +# +# Used by FS::Upgrade to migrate to a new database. + sub _upgrade_data { # class method my($class, %opts) = @_;