summaryrefslogtreecommitdiff
path: root/FS/FS/part_event_option.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-09-21 02:02:21 -0700
committerIvan Kohler <ivan@freeside.biz>2015-09-21 02:02:21 -0700
commit16e69398896d4d1c0b9c1e5786bdb31b11a18519 (patch)
treee004e42edeebb684930c1c9b4e00ca4914932077 /FS/FS/part_event_option.pm
parentce5f4c2396fd43608b60171464831cf2b53cc367 (diff)
billing event to call web services, RT#35167
Diffstat (limited to 'FS/FS/part_event_option.pm')
-rw-r--r--FS/FS/part_event_option.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/part_event_option.pm b/FS/FS/part_event_option.pm
index 09b7756..6df9e84 100644
--- a/FS/FS/part_event_option.pm
+++ b/FS/FS/part_event_option.pm
@@ -183,7 +183,8 @@ sub check {
$self->ut_numbern('optionnum')
|| $self->ut_foreign_key('eventpart', 'part_event', 'eventpart' )
|| $self->ut_text('optionname')
- || $self->ut_textn('optionvalue')
+ #|| $self->ut_textn('optionvalue')
+ || $self->ut_anything('optionvalue') #http.pm content has \n
;
return $error if $error;