[Koha-bugs] [Bug 24412] Attach waiting reserve to desk

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 26 14:18:52 CET 2020


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

--- Comment #15 from Nicolas Legrand <nicolas.legrand at bulac.fr> ---
(In reply to Fridolin SOMERS from comment #13)
> Small typo :
> 
>  =head2 ModReserveAffect
>  
> - 
> &ModReserveAffect($itemnumber,$borrowernumber,$diffBranchSend,$reserve_id);
> + 
> &ModReserveAffect($itemnumber,$borrowernumber,$diffBranchSend,$reserve_id,
> $desk);
> 
>  sub ModReserveAffect {
> -    my ( $itemnumber, $borrowernumber, $transferToDo, $reserve_id ) = @_;
> +    my ( $itemnumber, $borrowernumber, $transferToDo, $reserve_id, $desk_id
> ) = @_;
> 
> Doc line should say $desk_id instead of $desk right ?

right, thank you Frido!

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


More information about the Koha-bugs mailing list