[Koha-bugs] [Bug 8454] Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 10 15:29:20 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8454

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #4 from Jonathan Druart <jonathan.druart at biblibre.com> ---
QA Comments:

Your patch is the same as
  if ( 1 ){}

I think a better way to do this is : 
  my $run_report = ( not defined $input->param('run_report') ) ? 1 :
$input->param('run_report');

If someone wants to load this page without running the report it is possible.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list