Bugzilla – Attachment 74445 Details for
Bug 9302
Add ability to merge patron records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9302: Add aq tables to mapping
Bug-9302-Add-aq-tables-to-mapping.patch (text/plain), 1.29 KB, created by
Kyle M Hall (khall)
on 2018-04-18 15:28:14 UTC
(
hide
)
Description:
Bug 9302: Add aq tables to mapping
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-18 15:28:14 UTC
Size:
1.29 KB
patch
obsolete
>From 7a1ca372ae6b4796e2de9235efa2c199328288c6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Wed, 18 Apr 2018 10:37:17 -0400 >Subject: [PATCH] Bug 9302: Add aq tables to mapping > >--- > Koha/Patron.pm | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index ddf3f37fc1..c5dcc12e30 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -44,6 +44,9 @@ use base qw(Koha::Object); > > our $RESULTSET_PATRON_ID_MAPPING = { > Accountline => 'borrowernumber', >+ Aqbasketuser => 'borrowernumber', >+ Aqbudget => 'budget_owner_id', >+ Aqbudgetborrower => 'borrowernumber', > ArticleRequest => 'borrowernumber', > BorrowerAttribute => 'borrowernumber', > BorrowerDebarment => 'borrowernumber', >@@ -60,8 +63,8 @@ our $RESULTSET_PATRON_ID_MAPPING = { > Rating => 'borrowernumber', > Reserve => 'borrowernumber', > Review => 'borrowernumber', >- Statistic => 'borrowernumber', > SearchHistory => 'userid', >+ Statistic => 'borrowernumber', > Suggestion => 'suggestedby', > TagAll => 'borrowernumber', > Virtualshelfcontent => 'borrowernumber', >-- >2.15.1 (Apple Git-101)
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 9302
:
66615
|
66617
|
68606
|
70474
|
70477
|
70478
|
70479
|
70482
|
70483
|
72082
|
72083
|
73645
|
73646
|
73647
|
73648
|
73649
|
73660
|
73661
|
73662
|
73663
|
73664
|
73668
|
73679
|
74439
|
74440
|
74441
|
74442
|
74443
|
74444
| 74445 |
74446
|
74447
|
74448
|
74449
|
74450
|
74451
|
74585
|
74653