summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-06-04 20:10:15 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-06-04 20:10:15 -0400
commite928101f860813b7485e79ea549e736f69c50948 (patch)
treeb5bc043b7e917147705b8b403480d27eaf03fb8c /FS/FS/Upgrade.pm
parent83d79f6af4ddd62735263e55f2249ba80fd9f402 (diff)
RT# 77917 - Updated event option Agent to allow for selection of multiple agents.
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index 0069e207a..5be33fa59 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -501,6 +501,9 @@ sub upgrade_data {
#'compliance solutions' -> 'compliance_solutions'
'tax_rate' => [],
'tax_rate_location' => [],
+
+ #upgrade part_event_condition_option agentnum to a multiple hash value
+ 'part_event_condition_option' =>[],
;
\%hash;