X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FSelectStage;h=7466c034591f6d99751fe3e59570158c5355e662;hb=7322f2afedcc2f427e997d1535a503613a83f088;hp=38a7f18a5951d2917ba87dfc7a7021f3bb071d5f;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/share/html/Admin/Elements/SelectStage b/rt/share/html/Admin/Elements/SelectStage index 38a7f18a5..7466c0345 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-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 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'