X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fneworderempty.pl;h=4a3eb49ce6137d30a60370c940e0557491618833;hb=cd1ab65423b91ea4e67ec84b063d13c42f5e7823;hp=a461a1bbba4219735c6fc08fa1bd461c1e9f1cb9;hpb=8648c21ddf975d9c8b589c8457e73e511077a05b;p=koha_fer diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index a461a1bbba..4a3eb49ce6 100755 --- a/acqui/neworderempty.pl +++ b/acqui/neworderempty.pl @@ -281,8 +281,6 @@ if ($budget) { # its a mod .. } } elsif(@{$budgets}){ $CGIsort1 = GetAuthvalueDropbox( @$budgets[0]->{'sort1_authcat'}, '' ); -}else{ - $CGIsort1 = GetAuthvalueDropbox( '', '' ); } # if CGIsort is successfully fetched, the use it @@ -300,8 +298,6 @@ if ($budget) { } } elsif(@{$budgets}) { $CGIsort2 = GetAuthvalueDropbox( @$budgets[0]->{sort2_authcat}, '' ); -}else{ - $CGIsort2 = GetAuthvalueDropbox( '', '' ); } if ($CGIsort2) {