From 80227720fec50bc5f8e2e6aa5dbe605adcc536ca Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 30 Apr 2009 17:28:09 +0200 Subject: [PATCH] merging new_acq fix: budget_parent dropbox was wrong (Probably need to patch SAN-OP branch as well) --- admin/aqbudgets.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin/aqbudgets.pl b/admin/aqbudgets.pl index 74a4178aee..67a3151a8d 100755 --- a/admin/aqbudgets.pl +++ b/admin/aqbudgets.pl @@ -200,9 +200,9 @@ if ($op eq 'add_form') { } push @values, ''; # if no buget_id is passed then its an add - my $budget_dropbox; + my $budget_parent_dropbox; my $budget_parent_id = $budget->{'budget_parent_id'} if $budget; - $budget_dropbox = CGI::scrolling_list( + $budget_parent_dropbox = CGI::scrolling_list( -name => 'budget_parent_id', -values => \@values, -default => $budget_parent_id ? $budget_parent_id : undef, @@ -210,7 +210,6 @@ if ($op eq 'add_form') { -style => "min-width:100px;", -labels => \%labels, ); - my $budget_parent_dropbox =~ s/\~/ /g; # my $branches = GetBranches; my @branchloop_select; -- 2.20.1