[Koha-bugs] [Bug 23971] Add logging for basket related actions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 4 14:55:08 CET 2021


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

--- Comment #90 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list