Bugzilla – Attachment 157440 Details for
Bug 33608
Allow to get statistics about found/recovered books
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33608: Add two new circulation types in Statistics module
Bug-33608-Add-two-new-circulation-types-in-Statist.patch (text/plain), 1.42 KB, created by
Marcel de Rooy
on 2023-10-19 14:09:44 UTC
(
hide
)
Description:
Bug 33608: Add two new circulation types in Statistics module
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-10-19 14:09:44 UTC
Size:
1.42 KB
patch
obsolete
>From 038faa557912f426c520a5125e1fa9a778b059ee Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 25 Apr 2023 16:51:55 +0200 >Subject: [PATCH] Bug 33608: Add two new circulation types in Statistics module >Content-Type: text/plain; charset=utf-8 > >These are: item_lost and item_found. Speak for themself. > >Test plan: >Run t/db_dependent/Stats.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/Stats.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Stats.pm b/C4/Stats.pm >index f8f1aa03a8..7d67c8a18b 100644 >--- a/C4/Stats.pm >+++ b/C4/Stats.pm >@@ -85,7 +85,7 @@ sub UpdateStats { > return () if ! defined $params; > # change these arrays if new types of transaction or new parameters are allowed > my @allowed_keys = qw (type branch amount other itemnumber itemtype borrowernumber ccode location categorycode interface); >- my @allowed_circulation_types = qw (renew issue localuse return onsite_checkout recall); >+ my @allowed_circulation_types = qw (renew issue localuse return onsite_checkout recall item_found item_lost); > my @allowed_accounts_types = qw (writeoff payment); > my @circulation_mandatory_keys = qw (type branch borrowernumber itemnumber ccode itemtype); > my @accounts_mandatory_keys = qw (type branch borrowernumber amount); >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33608
:
150840
|
150841
|
150842
|
150843
|
150844
|
150845
|
150846
|
151051
|
151052
|
151053
|
151054
|
151055
|
151056
|
151057
|
151913
|
151915
|
151916
|
151917
|
151918
|
151919
|
151920
|
151921
|
151922
|
153653
|
153654
|
153655
|
153656
|
153657
|
153658
|
153659
|
153660
|
153661
|
153698
|
153699
|
153700
|
153701
|
153702
|
153703
|
153704
|
153705
|
153706
|
153707
|
153708
|
153709
|
153710
|
153711
|
153712
|
153713
|
153765
| 157440 |
157441
|
157442
|
157443
|
157444
|
157445
|
157446
|
157447
|
157448
|
157449