http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7241
--- Comment #9 from Adrien SAURAT <[email protected]> 2011-12-27 09:54:06 UTC --- As seen with hdl today, it would be better to add a new field in the table. I've seen that the code sometimes searches for a value "item" in the info "field". It was maybe the case earlier, but now info contains the resulting string of a MARC RecordWe already have a field called "object" containing the code, "as_formatted" method call. Some parts of the code may be obsolete then, or need to be updated. We need indeed more information about the object but as the general info field is already used for the MARC Record "pretty string", I'll add a field called "object_info". When dealing with cataloguing, it will contain "item" or "biblio" to help displaying the correct link. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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/
