[Koha-patches] [PATCH] (BUG #4857) aqplan.pl: consideration of Planning categories with authorised values.

Chris Cormack chrisc at catalyst.net.nz
Tue Jun 8 14:03:13 CEST 2010


Hi Alex

* Alex Arnaud (alex.arnaud at biblibre.com) wrote:
> ---
>  admin/aqplan.pl                                    |   16 ++++++++++++++--
>  .../prog/en/modules/admin/aqplan.tmpl              |    1 +
>  2 files changed, 15 insertions(+), 2 deletions(-)
> 
> diff --git a/admin/aqplan.pl b/admin/aqplan.pl
> index 0090208..2e5a7dd 100755
> --- a/admin/aqplan.pl
> +++ b/admin/aqplan.pl
> @@ -56,7 +56,7 @@ my ( $template, $borrowernumber, $cookie, $staff_flags ) = get_template_and_user
>  );
>  
>  my $budget_period_id = $input->param('budget_period_id');
> -
> +warn "budget_period_id : " . Data::Dumper::Dumper($budget_period_id);

Looks like an unconditional warn has snuck in, might need to fix this
and resubmit.

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand


More information about the Koha-patches mailing list