Bugzilla – Attachment 75899 Details for
Bug 20271
Merge deleted biblio, biblioitems, biblio_metadata, and items tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20271: (QA follow-up) Additional about cleanup
Bug-20271-QA-follow-up-Additional-about-cleanup.patch (text/plain), 2.57 KB, created by
Marcel de Rooy
on 2018-06-08 07:55:30 UTC
(
hide
)
Description:
Bug 20271: (QA follow-up) Additional about cleanup
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-06-08 07:55:30 UTC
Size:
2.57 KB
patch
obsolete
>From 41cef50bff0c9baab5de9d9a73e531f27505e16d Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 8 Jun 2018 08:50:02 +0200 >Subject: [PATCH] Bug 20271: (QA follow-up) Additional about cleanup >Content-Type: text/plain; charset=utf-8 > >Still found references to biblios and items in script and template. > >Test plan: >Check about page again. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > about.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 10 ---------- > 2 files changed, 1 insertion(+), 11 deletions(-) > >diff --git a/about.pl b/about.pl >index 294c77a..19fe7fd 100755 >--- a/about.pl >+++ b/about.pl >@@ -449,7 +449,7 @@ if ( C4::Context->preference('WebBasedSelfCheck') > q|select r.reserve_id from reserves r join old_reserves o on r.reserve_id=o.reserve_id|, > { Slice => {} } > ); >- if ( @$patrons or @$biblios or @$items or @$checkouts or @$holds ) { >+ if ( @$patrons or @$checkouts or @$holds ) { > $template->param( > has_ai_issues => 1, > ai_patrons => $patrons, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index f6cf9ae..c291990 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -205,16 +205,6 @@ > <p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p> > <p>[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]</p> > [% END %] >- [% IF ai_biblios %] >- <h4>Biblios</h4> >- <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> >- <p>[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]</p> >- [% END %] >- [% IF ai_items %] >- <h4>Items</h4> >- <p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p> >- <p>[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]</p> >- [% END %] > [% IF ai_checkouts %] > <h4>Checkouts</h4> > <p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p> >-- >2.1.4
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 20271
:
72300
|
72799
|
72800
|
73091
|
73092
|
73093
|
73535
|
73536
|
73537
|
73538
|
73539
|
73540
|
73597
|
73759
|
73760
|
73761
|
73762
|
73763
|
73764
|
73765
|
74127
|
74128
|
74129
|
74130
|
74131
|
74132
|
74133
|
74134
|
74135
|
74136
|
74137
|
74138
|
74139
|
74140
|
74141
|
74142
|
74182
|
74183
|
74184
|
74185
|
74186
|
74187
|
74188
|
74189
|
74190
|
74223
|
74407
|
74408
|
74409
|
74410
|
74411
|
74412
|
74413
|
74414
|
74415
|
74416
|
75265
|
75347
|
75894
|
75897
|
75898
|
75899
|
75910
|
75977
|
75978
|
75979
|
75980
|
75981
|
75982
|
75983
|
75984
|
75985
|
75986
|
75987
|
75988
|
75989
|
75990
|
75991
|
75992
|
75993
|
76047
|
76048
|
76255
|
76256
|
76257
|
76258
|
76259
|
76260
|
76261
|
76262
|
76263
|
76264
|
76265
|
76266
|
76267
|
76268
|
76269
|
76270
|
76271
|
76272
|
76273
|
76274
|
76275
|
76276
|
76277
|
76493
|
76494
|
76495
|
76496
|
76497
|
76498
|
76499
|
76500
|
76501
|
76502
|
76503
|
76504
|
76505
|
76506
|
76507
|
76508
|
76509
|
76510
|
76511
|
76512
|
76513
|
76514