4 Jan
2021
4 Jan
'21
1:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23971 --- Comment #90 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I squashed the patches for review and found: +++ b/acqui/basketgroup.pl @@ -307,7 +307,8 @@ if ( $op eq "add" ) { my $basketno=$input->param('basketno'); my $basketgroupid=$input->param('basketgroupid'); ModBasket( { basketno => $basketno, - basketgroupid => $basketgroupid } ); + basketgroupid => $basketgroupid, + borrowernumber => $loggedinuser } ); Why are you adding borrowernumber? -- You are receiving this mail because: You are watching all bug changes.