X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_right.pm;h=648195d452a0d93a407abae566f4c990aff8730d;hb=464ac8197ad03bc735092060ba20a3c3ef9c8d61;hp=1e65ca3548494720a55a1dfbf31c75312017c2f3;hpb=28dd1fb8e816442196a14484618792f76f3cead7;p=freeside.git diff --git a/FS/FS/access_right.pm b/FS/FS/access_right.pm index 1e65ca354..648195d45 100644 --- a/FS/FS/access_right.pm +++ b/FS/FS/access_right.pm @@ -217,6 +217,12 @@ sub _upgrade_data { # class method 'Usage: Call Detail Records (CDRs)', 'Usage: Unrateable CDRs', ], + + 'Edit customer' => [ 'Edit customer basics', + 'Edit customer addresses', + 'Edit customer contacts', + ], + ; foreach my $old_acl ( keys %onetime ) { @@ -260,7 +266,7 @@ sub _upgrade_data { # class method 'rightname' => 'Download report data', } ); my $error = $access_right->insert; - die $error if $error; + warn $error if $error; } FS::upgrade_journal->set_done('ACL_download_report_data');