On Fri, Sep 11, 2009 at 3:44 PM, De Zeeuw, Darren <span dir="ltr">&lt;<a href="mailto:darrens@umich.edu">darrens@umich.edu</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;ve just recently migrated from Follett to Koha3 (what a pain), but we have<br>
a crucial feature that was easy in Follett that I can&#39;t figure out how to do<br>
in Koha.  The teachers in our school have created lists of books to pull for<br>
units they do each year.  The information is now stored in the non-public<br>
note (Marc 952x).  I can easily search for this data, but the list makes it<br>
very hard to go to the shelves to pull the books as the call number is only<br>
visible when looking at the item details.  What seems to be the most useful<br>
process for us is to take a search result and make a private list out of it.<br>
The list view is quite concise, but contains the useless copyright year.  I<br>
would love to have the call number there instead (I think<br>
items.itemcallnumber instead of biblio.copyrightdate).  If someone could<br>
clue me in on the perl file and modifications needed that would be great.  I<br>
can&#39;t quite decipher the interaction of multiple files and includes in the<br>
pages.<br>
<br>
Any help or advice would be greatly appreciated.<br>
<br>
Darren De Zeeuw<br></blockquote><div><br>You misunderstand the relationship of the data.  The call number in question is held at the item level, but the list is a list of titles (i.e., biblionumbers).   You might have multiple branches with holdings of that title, each with a different itemcallnumber.  Moreover, you might have multiple copies of the same title with different call numbers, even in the same library.  <br>
<br>The type of feature that you might want could be generalized to &quot;resolve&quot; lists of biblio.biblionumber values by JOINing them to item-level data *for a given branch*.  Valid input could be carts, lists, or other sources.  This does not escape the problem of varying callnumbers in one branch, but would at least give something like what you want.<br>
<br>--joe<br></div></div>