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

Jonathan Druart <jonathan.dru...@bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67689|0                           |1
        is obsolete|                            |
  Attachment #67690|0                           |1
        is obsolete|                            |
  Attachment #67691|0                           |1
        is obsolete|                            |
  Attachment #67692|0                           |1
        is obsolete|                            |
  Attachment #67693|0                           |1
        is obsolete|                            |
  Attachment #67694|0                           |1
        is obsolete|                            |
  Attachment #67695|0                           |1
        is obsolete|                            |
  Attachment #67696|0                           |1
        is obsolete|                            |
  Attachment #67697|0                           |1
        is obsolete|                            |
  Attachment #67698|0                           |1
        is obsolete|                            |
  Attachment #67884|0                           |1
        is obsolete|                            |

--- Comment #67 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
Created attachment 67898
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67898&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 <k...@bywatersolutions.com>
Signed-off-by: Barbara Fondren <bfond...@roundrocktexas.gov>

Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>

-- 
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