[Koha-bugs] [Bug 20489] Prevent DB user login

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 1 17:50:30 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20489

--- Comment #11 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 73400
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73400
Bug 20489: Prevent DB user login

Review of attachment 73400:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20489&attachment=73400)
-----------------------------------------------------------------

::: acqui/neworderempty.pl
@@ +203,5 @@
>          my $order_patron = Koha::Patrons->find( $order_user_id );
>          push @order_users, $order_patron if $order_patron;
>      }
> +    if ( $data->{subscriptionid} ) {
> +        $template->param( subscriptionid => $data->{subscriptionid} );

This tweak is the one I don't understand.

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


More information about the Koha-bugs mailing list