[Koha-bugs] [Bug 8230] Show the ordered status in catalogue page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 13 21:32:58 CET 2013


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

--- Comment #30 from Galen Charlton <gmcharlt at 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.


More information about the Koha-bugs mailing list