X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Findex.html;h=4103dbdcac8dbc5e90d243db92ca557f0ad7e5c6;hb=ac20214d38d9af00430423f147b5a0e50751b050;hp=702c75bed799d99d6454a4b46cdb378e9dd53abd;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;p=freeside.git diff --git a/rt/share/html/index.html b/rt/share/html/index.html index 702c75bed..4103dbdca 100755 --- a/rt/share/html/index.html +++ b/rt/share/html/index.html @@ -106,7 +106,7 @@ if ( $ARGS{'QuickCreate'} ) { my ($t, $msg) = CreateTicket( Queue => $ARGS{'Queue'}, Owner => $ARGS{'Owner'}, - Status => $ARGS{'Status'}||'new', + Status => $ARGS{'Status'}, # yes! it's Requestors, not Requestor Requestors => $ARGS{'Requestors'}, From => $session{'CurrentUser'}->EmailAddress,