Skip to content

Commit

Permalink
we removed _RTIR_ prefix from CFs, fix add_constituency
Browse files Browse the repository at this point in the history
  • Loading branch information
ruz committed Dec 7, 2011
1 parent 81ac632 commit 318135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/add_constituency
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ sub prompt_yN {

sub get_cf {
my $cf = RT::CustomField->new( $RT::SystemUser );
$cf->Load( "_RTIR_Constituency" );
$cf->Load( "Constituency" );
unless ( $cf->id ) {
die "Couldn't load the constituency custom field";
}
Expand Down

0 comments on commit 318135f

Please sign in to comment.