X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FSelectStage;h=dc5715740745e6471f14ced05facca45cb800755;hp=1adb7c2cf515fc727d0e5875daffb29b5238325c;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc diff --git a/rt/share/html/Admin/Elements/SelectStage b/rt/share/html/Admin/Elements/SelectStage index 1adb7c2cf..dc5715740 100644 --- a/rt/share/html/Admin/Elements/SelectStage +++ b/rt/share/html/Admin/Elements/SelectStage @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,28 +46,20 @@ %# %# END BPS TAGGED BLOCK }}} <%INIT> if ( !defined $Default || $Default eq '') { $Default = 'TransactionCreate'; } -my @stages = 'TransactionCreate'; - -push @stages, RT->Config->Get('UseTransactionBatch') - ? 'TransactionBatch' - : ['TransactionBatch', 'TransactionBatch (DISABLED)']; - -push @stages, 'Disabled'; +my @stages = ('TransactionCreate', 'TransactionBatch'); <%ARGS> $Default => 'TransactionCreate'