Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Emmi Takkinen b1731a54e5
Bug 30403: Add syspref UpdateNotForLoanStatusOnCheckout
We currently have syspref UpdateNotForLoanStatusOnCheckin which updates
notforloan status when item is checked in. We should also have
same kind of syspref for check outs. This would be usefull if for
example library has item in exhibition with status
"In exhibition, available for loan". When patron check outs the
item notforloan status can be reseted back to 0, informing staff
that the item is back on circulation.

This patch adds new syspref Add syspref UpdateNotForLoanStatusOnCheckout.

To test:
1. Set items notforloan status as e.g -1.
2. Check out item for a patron.
=> Note that items status doesn't change.
3. Apply patch and update database if needed.
4. Add "-1: 0" to syspref UpdateNotForLoanStatusOnCheckout.
5. Check item in and out again for a patron.
=> Note that items status is changed as 0.

Also prove t/db_dependent/Circulation/issue.t

Sponsored-by: Koha-Suomi Oy

Signed-off-by: Catrina <catrina@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-04-06 10:45:04 -03:00
..
acqui Bug 32003: Add page-section to order search results and fix heading hierarchy 2023-03-27 12:49:59 +02:00
admin Bug 30403: Add syspref UpdateNotForLoanStatusOnCheckout 2023-04-06 10:45:04 -03:00
authorities Bug 30930: Ability to change auth type while editing record 2023-04-06 10:03:18 -03:00
basket Bug 33160: (QA follow-up) Adjust condition on biblio object 2023-04-06 09:47:24 -03:00
batch
catalogue Bug 33040: Add "Date published (text)" to serials tab on record view (detail.pl) 2023-04-06 09:47:26 -03:00
cataloguing Bug 33148: Use template wrapper for breadcrumbs: Cataloging 2023-04-06 09:29:25 -03:00
circ Bug 31615: Allow checkin of items bundles without verifying their contents 2023-04-06 10:45:03 -03:00
clubs
course_reserves Bug 33070: Remove use of can_edit_items 2023-03-17 09:59:02 -03:00
erm Bug 32924: Add the ability to filter agreement by logged in user 2023-03-07 15:03:41 -03:00
errors Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page 2023-02-27 11:39:31 -03:00
ill Bug 21548: ILLLIBS patron category / partner_code seems extraneous 2023-03-31 12:14:51 +02:00
installer
labels Bug 32933: Use val() instead of attr("value") when getting field values with jQuery 2023-02-21 09:11:17 -03:00
mana
members Bug 26598: (QA follow-up) Fix up tab for guarantees' charges 2023-04-06 10:03:17 -03:00
offline_circ
onboarding
patron_lists
patroncards Bug 32933: Use val() instead of attr("value") when getting field values with jQuery 2023-02-21 09:11:17 -03:00
plugins Bug 33189: Make plugin upload look for .kpz files in file picker 2023-03-10 10:17:04 -03:00
pos
recalls
reports Bug 33063: Make sure correct subgroup is pre-selected when duplicating reports 2023-03-10 11:15:23 -03:00
reserve
reviews
rotating_collections Bug 32954: Standardize action fieldsets in rotating collections, suggestions, tools 2023-03-31 12:33:13 +02:00
serials Bug 32771: Standardize structure around action fieldsets in serials 2023-03-31 12:30:37 +02:00
services
suggestion Bug 33322: (QA follow-up) Add comment to clarify selector context 2023-03-31 18:41:38 +02:00
tags
test
tools Bug 32164: Add link to MARC modification templates from batch record modification page 2023-04-06 09:47:28 -03:00
virtualshelves Bug 3150: Move emails for sending cart and list contents to notices 2023-03-27 12:49:38 +02:00
about.tt Bug 21548: ILLLIBS patron category / partner_code seems extraneous 2023-03-31 12:14:51 +02:00
auth.tt Bug 32217: Fixed typo in error message for authentication providers 2023-03-30 12:09:39 +02:00
intranet-main.tt Bug 33133: Add fast cataloging to 'Cataloging' page 2023-03-27 12:50:07 +02:00