summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-02-14 03:52:37 +0000
committerivan <ivan>2008-02-14 03:52:37 +0000
commit3684dae04773904d5500ef93253c5f4c2f6d7f38 (patch)
treee8cd1976c2982f64e57cfefa90713a5425e6fd9c /FS/FS/Upgrade.pm
parent7e845b1ddaae5c89d50f5fdb7c2ed3ee0aab4b08 (diff)
add cust_pay.otaker field; populate it based on history on upgrades, and show the order taker on all payments (on customer view and payment search) closes: #2953
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index 2e4d2b4..90e66d8 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -84,8 +84,10 @@ sub upgrade_data {
'cust_credit' => [],
#duplicate history records
- 'h_cust_svc' => [],
+ 'h_cust_svc' => [],
+ #populate cust_pay.otaker
+ 'cust_pay' => [],
;
\%hash;