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

Fridolin SOMERS <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #10 from Fridolin SOMERS <[email protected]> ---
I test for 17.05.x :

With patches applied.
I have create a subscription without branch nor items.
Printing a routing list for this serial returns an error :
    Can't call method "branchname" on an undefined value at
/home/koha/src/serials/routing-preview.pl line 71.

Maybe $branch should be tested : 
  - my $branchname = Koha::Libraries->find($branch)->branchname;
  + my $branchname = Koha::Libraries->find($branch)->branchname if $branch;

-- 
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/

Reply via email to