http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8230

--- Comment #30 from Galen Charlton <gmcha...@gmail.com> ---
Comment on attachment 23545
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23545
Bug 8230: Display acquisition details on the catalogue detail page

Review of attachment 23545:
 --> 
(http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8230&attachment=23545)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
@@ +857,5 @@
> +            <td>
> +              [% order.quantity %]
> +              [% IF order.itemnumbers.size > 0 && order.orderstatus != '4' %]
> +                (
> +                  [% FOR itemnumber IN order.itemnumbers %]

I have two reservations about this -- imagine an order for 50 copies of the
same title.  A comma-separated list of items is going to be pretty large, and I
don't see that being particularly useful.  Secondly, we far more commonly use
the barcode rather than the internal item number for such links.

Is it actually necessary to be able to link to the items associated with a
basket from the bib details page?

Note that I'm not considering this reservation a blocker for pushing the patch,
but I do think it needs to be addressed prior to the release of 3.16.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to