summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorjeff <jeff>2008-09-03 18:59:55 +0000
committerjeff <jeff>2008-09-03 18:59:55 +0000
commit1ce2d49c8b5af031066e8dbf4837cf220eb03269 (patch)
tree61310c3edbcca2ffa006a38450ceba40c95b6d4b /FS/FS/Upgrade.pm
parent8bbea93599317f6d6f5b1b3f7cfcbff3e458a1ae (diff)
system only reason update routine
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index fd62f64..facd6d2 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -82,8 +82,9 @@ sub upgrade_data {
tie my %hash, 'Tie::IxHash',
#reason type and reasons
- 'reason_type' => [],
- 'reason' => [],
+ 'reason_type' => [],
+ 'reason' => [],
+ 'cust_pkg_reason' => [],
#need part_pkg before cust_credit...
'part_pkg' => [],