Bugzilla – Attachment 179965 Details for
Bug 39226
[WARN] DBIx::Class::Storage::DBI::insert(): Missing value for primary key column 'borrowernumber' on BorrowerModification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39226: (follow-up) Similar change for the cud-update branch
Bug-39226-follow-up-Similar-change-for-the-cud-upd.patch (text/plain), 1.09 KB, created by
Marcel de Rooy
on 2025-03-31 09:53:52 UTC
(
hide
)
Description:
Bug 39226: (follow-up) Similar change for the cud-update branch
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-03-31 09:53:52 UTC
Size:
1.09 KB
patch
obsolete
>From db4f47e421cd701a15be160b77c53b927904461b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 31 Mar 2025 09:51:19 +0000 >Subject: [PATCH] Bug 39226: (follow-up) Similar change for the cud-update > branch >Content-Type: text/plain; charset=utf-8 > >Resolve >DBIx::Class::Storage::DBI::insert(): Missing value for primary key column 'verification_token' on BorrowerModification > >Test plan: >Update details for existing borrower. >--- > opac/opac-memberentry.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/opac/opac-memberentry.pl b/opac/opac-memberentry.pl >index a28420bbb9..299cd3cd6d 100755 >--- a/opac/opac-memberentry.pl >+++ b/opac/opac-memberentry.pl >@@ -349,6 +349,7 @@ if ( $op eq 'cud-create' ) { > > Koha::Patron::Modifications->search( { borrowernumber => $borrowernumber } )->delete; > >+ $borrower->{verification_token} = q{}; # prevent warn Missing value for PK column > my $m = Koha::Patron::Modification->new( \%borrower_changes )->store(); > > #Automatically approve patron profile changes if set in syspref >-- >2.39.5
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 39226
:
178891
|
179956
|
179965
|
179973
|
179981
|
179982
|
180026
|
180027