26 Feb
2022
26 Feb
'22
5:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30178 --- Comment #5 from Janusz Kaczmarek <januszop@gmail.com> --- 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.