https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27340
--- Comment #8 from Katrin Fischer <[email protected]> --- IIUC this would change what we understand as a pick-up location. Currently we understand the pick-up location as the library the item is waiting at. We'd like to add the desk to this as another optional factor. > pickup_location_id (PK) > library_id > desk_id > description > public_description My feeling is that we don't need a new table here as we already have all the information in "desks", especially since they are already tied to a library. I don't feel like we need to be able to reuse desks at different libraries, the current implementation defining them as a "place" within a library feels correct and sufficient. I am not sure a separate description is strictly needed either - we could imagine 2 possible implementations in the interface: * Have 2 separate pull-downs: select the library first, then see a list of available desks for it. * Have a combined pull-down of library + desk name. -- 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/
