Bugzilla – Attachment 175165 Details for
Bug 38617
Fix warning about auto increment and biblioitems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38617: Fix warning about auto increment and biblioitems
Bug-38617-Fix-warning-about-auto-increment-and-bib.patch (text/plain), 1.69 KB, created by
Magnus Enger
on 2024-12-04 10:30:45 UTC
(
hide
)
Description:
Bug 38617: Fix warning about auto increment and biblioitems
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2024-12-04 10:30:45 UTC
Size:
1.69 KB
patch
obsolete
>From 0562c3ffdff6cc9bb79c8e3a722fb65e6ba3d652 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Wed, 4 Dec 2024 11:24:52 +0100 >Subject: [PATCH] Bug 38617: Fix warning about auto increment and biblioitems > >To reproduce: >- Delete a bibliographic, noting the biblionumber (let's call it X) >- Run this in the database: > UPDATE deletedbiblioitems SET biblionumber = X; >- Go to About Koha > System information >- Notice the warning compares two tables that are not equivalent: > "The following IDs exist in both tables biblio and deletedbiblioitems" > >To test: >- Apply the patch >- Reload the System information >- The warning should now read: > "The following IDs exist in both tables biblioitems and deletedbiblioitems" >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 51ec026650..0fe33e0ba0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -353,7 +353,7 @@ > [% END %] > [% IF ai_biblioitems %] > <h4>Bibliographic records</h4> >- <p>The following IDs exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblioitems" | $HtmlTags tag="strong" %]:</p> >+ <p>The following IDs exist in both tables [% "biblioitems" | $HtmlTags tag="strong" %] and [% "deletedbiblioitems" | $HtmlTags tag="strong" %]:</p> > <p> > [% FOR b IN ai_biblioitems %] > [% b.biblioitemnumber | html %] >-- >2.34.1
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 38617
: 175165