[Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 6 12:56:39 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67638|0                           |1
        is obsolete|                            |
  Attachment #67639|0                           |1
        is obsolete|                            |
  Attachment #67640|0                           |1
        is obsolete|                            |
  Attachment #67641|0                           |1
        is obsolete|                            |
  Attachment #67642|0                           |1
        is obsolete|                            |
  Attachment #67643|0                           |1
        is obsolete|                            |
  Attachment #67644|0                           |1
        is obsolete|                            |
  Attachment #67645|0                           |1
        is obsolete|                            |
  Attachment #67646|0                           |1
        is obsolete|                            |
  Attachment #67647|0                           |1
        is obsolete|                            |

--- Comment #55 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 67689
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67689&action=edit
Bug 15685: Allow creation of items (AcqCreateItem) to be customizable
per-basket

This adds a new basket attribute (create_items) that can optionally be
set to override AcqCreateItem.

The following have been modified to reflect this (with the value of
create_items that causes them to behave differently in parentheses):
  * Cancelling receipt of an order (receiving)
  * Creating an order by hand or from MARC (ordering)
  * Receiving an order (receiving)
  * Showing orders with uncertain price (ordering)
  * Showing orders (receiving)
  * Showing acquisition details in the OPAC (ordering)

Test plan:
  1) Create baskets with "Create items when:" set to ordering,
     receiving, cataloging and unset.
  2) Test each of the above for each of these baskets, verifying that
     the basket-specific attribute overrides AcqCreateItem if set and
     falls back to the syspref otherwise.

NOTE: A check of AcqCreateItem in opac-detail.tt was removed because it
was redundant; the code path in question cannot be triggered unless
create_items/AcqCreateItems is set to the correct value anyway.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
Signed-off-by: Barbara Fondren <bfondren at roundrocktexas.gov>

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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


More information about the Koha-bugs mailing list