diff options
author | ivan <ivan> | 2009-03-15 22:46:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-03-15 22:46:36 +0000 |
commit | 92e281ccf685d268b21739898428ffb8ed758f01 (patch) | |
tree | 99bef73c3866b1d04cb8911ebbaccf46514da594 /FS | |
parent | 0bf7c8fe7031c409524fa21adab5580f1df03d99 (diff) |
not yet
Diffstat (limited to 'FS')
-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 |