diff options
| -rw-r--r-- | FS/FS/cust_pkg_reason.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/FS/FS/cust_pkg_reason.pm b/FS/FS/cust_pkg_reason.pm index 4b6be5d94..1eaa43a63 100644 --- a/FS/FS/cust_pkg_reason.pm +++ b/FS/FS/cust_pkg_reason.pm @@ -134,8 +134,8 @@ sub reasontext {  #  # Used by FS::Upgrade to migrate to a new database. -use FS::h_cust_pkg; -use FS::h_cust_pkg_reason; +#use FS::h_cust_pkg; +#use FS::h_cust_pkg_reason;  use FS::Schema qw(dbdef);  sub _upgrade_data { # class method | 
