diff options
-rw-r--r-- | FS/FS/Upgrade.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index cb4823012..fcf28e333 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -84,6 +84,9 @@ sub upgrade_data { 'reason_type' => [], 'reason' => [], + #need part_pkg before cust_credit... + 'part_pkg' => [], + #customer credits 'cust_credit' => [], |