[Koha-bugs] [Bug 27946] Add a charge per article request to patron categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 22 21:40:53 CET 2021


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

--- Comment #64 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 128870
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128870&action=edit
Bug 27946: Add article request fee to circulation rules

This patch adds a new circulation rule: article requests fee.

It can be set per library and category.

To test:
1. Try setting sdifferent numeric values, change, and delete them
=> SUCCESS: Things work as expected
2. Make sure rules are loaded correctly when re-entering the circ rules
   page
=> SUCCESS: All good
3. Verify the data on the DB is stored as it should on each of your
   tests:
   $ koha-mysql kohadev
   > SELECT * FROM circulation_rules \
     WHERE rule_name='article_request_fee';
=> SUCCESS: All good (remember NULL => 'All' in the UI)
4. Sign off :-D

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