Fix for Bugs 3998, 3968. Includes other markup corrections and reformats
[koha_gimpoz] / C4 / Budgets.pm
index 3c3c4c3..8ef85ed 100644 (file)
@@ -318,6 +318,7 @@ sub GetBudgetPermDropbox {
        $labels{'1'} = 'Owner';
        $labels{'2'} = 'Library';
        my $radio = CGI::scrolling_list(
+               -id       => 'budget_permission',
                -name      => 'budget_permission',
                -values    => [ '0', '1', '2' ],
                -default   => $perm,