https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20489
--- Comment #11 from M. Tompsett <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
