From: jeff Date: Tue, 9 Mar 2010 00:18:14 +0000 (+0000) Subject: and this is not 1.7.x X-Git-Tag: root_of_svc_elec_features~424 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e7d6f8d7ac993d2d008286e6c3368a7aa52a3089 and this is not 1.7.x --- diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm index 482ea34e8..4425c64a0 100644 --- a/FS/FS/reason_type.pm +++ b/FS/FS/reason_type.pm @@ -162,9 +162,7 @@ sub _populate_initial_data { # class method # my $error = $object->insert(); # die "error inserting $self into database: $error\n" # if $error; -# # or clause for 1.7.x - $conf->set($_, $object->typenum) - or die "failed setting config"; + $conf->set($_, $object->typenum); } '';