[Koha-patches] [PATCH 73/78] merging new_acq fix: budget_parent dropbox was wrong

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu May 28 18:33:23 CEST 2009


From: Paul Poulain <paul.poulain at biblibre.com>

(Probably need to patch SAN-OP branch as well)
---
 admin/aqbudgets.pl |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/admin/aqbudgets.pl b/admin/aqbudgets.pl
index 74a4178..67a3151 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/\~/&nbsp;/g;  #
 
     my $branches = GetBranches;
     my @branchloop_select;
-- 
1.6.0.4




More information about the Koha-patches mailing list