diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-08-21 00:48:07 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-08-21 00:48:07 -0700 |
| commit | c71b2dc296da6207c525a064d322f7153c284d4e (patch) | |
| tree | ddbc43665029b8b92db4e18b8198c7f848519010 /rt/share/html/index.html | |
| parent | b95256aad16c4bdafd089d26c0f9147f3ec7755e (diff) | |
rt 4.0.21 (RT#13852)
Diffstat (limited to 'rt/share/html/index.html')
| -rwxr-xr-x | rt/share/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
