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

--- Comment #5 from Janusz Kaczmarek <[email protected]> ---
Katrin, you are right, it is confusing.  I wish it was a branch code, but it is
not--it is the name.  Have a look at columns_to_str here
(cataloguing/additem.pl):

my @items;
for my $item ( $biblio->items->as_list, $biblio->host_items->as_list ) {
    push @items, $item->columns_to_str;
}

It took me some time to figure this out.  The values of item.homebranch are
then put directly into the table for users, so--I guess--it has been decided to
pass this like this...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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