[Koha-bugs] [Bug 10737] Add "Add to basket" link on vendor search results page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 15 18:30:08 CEST 2013


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 20374
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20374&action=edit
Bug 10737 - Add "Add to basket" link on vendor search results page

This patch adds an "add to basket" link to the vendor search results
page for each open basket associated with each vendor. Clicking it
triggers a modal window with the "add to basket" choices for that vendor
and basket.

Other changes in this patch:

- "New basket" and "Receive shipment" buttons associated with each
  vendor search result have been converted to Bootstrap-styled buttons.
- Basket closed date has been moved into its own column so that the
  table can be sorted by that value.
- Table columns containing dates now use the "title-string" sort option,
  eliminating the need for a special date sorting algorithm.
- Converted some &'s to &'s

To test, apply the patch and search for a vendor. For each vendor in
your search results baskets which are open should include an "add to
basket" link. Clicking it should open a modal dialog with the same "add
to basket" options offered on the basket page. The correct vendor ID and
basket number should be associated with each link.

The newly-styled "new basket" and "receive shipment" buttons should work
correctly. Table sorting should work correctly, including the new
"closed" column.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list