Lines 297-303
Link Here
|
297 |
<h3>Problems found</h3> |
297 |
<h3>Problems found</h3> |
298 |
[% IF ai_patrons %] |
298 |
[% IF ai_patrons %] |
299 |
<h4>Patrons</h4> |
299 |
<h4>Patrons</h4> |
300 |
<p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p> |
300 |
<p>The following IDs exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p> |
301 |
<p> |
301 |
<p> |
302 |
[% FOR p IN ai_patrons %] |
302 |
[% FOR p IN ai_patrons %] |
303 |
[% p.borrowernumber | html %] |
303 |
[% p.borrowernumber | html %] |
Lines 307-313
Link Here
|
307 |
[% END %] |
307 |
[% END %] |
308 |
[% IF ai_biblios %] |
308 |
[% IF ai_biblios %] |
309 |
<h4>Bibliographic records</h4> |
309 |
<h4>Bibliographic records</h4> |
310 |
<p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
310 |
<p>The following IDs exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
311 |
<p> |
311 |
<p> |
312 |
[% FOR b IN ai_biblios %] |
312 |
[% FOR b IN ai_biblios %] |
313 |
[% b.biblionumber | html %] |
313 |
[% b.biblionumber | html %] |
Lines 317-323
Link Here
|
317 |
[% END %] |
317 |
[% END %] |
318 |
[% IF ai_items %] |
318 |
[% IF ai_items %] |
319 |
<h4>Items</h4> |
319 |
<h4>Items</h4> |
320 |
<p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p> |
320 |
<p>The following IDs exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p> |
321 |
<p> |
321 |
<p> |
322 |
[% FOR i IN ai_items %] |
322 |
[% FOR i IN ai_items %] |
323 |
[% i.itemnumber | html %] |
323 |
[% i.itemnumber | html %] |
Lines 327-333
Link Here
|
327 |
[% END %] |
327 |
[% END %] |
328 |
[% IF ai_checkouts %] |
328 |
[% IF ai_checkouts %] |
329 |
<h4>Checkouts</h4> |
329 |
<h4>Checkouts</h4> |
330 |
<p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p> |
330 |
<p>The following IDs exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p> |
331 |
<p> |
331 |
<p> |
332 |
[% FOR c IN ai_checkouts %] |
332 |
[% FOR c IN ai_checkouts %] |
333 |
[% c.issue_id | html %] |
333 |
[% c.issue_id | html %] |
Lines 337-343
Link Here
|
337 |
[% END %] |
337 |
[% END %] |
338 |
[% IF ai_holds %] |
338 |
[% IF ai_holds %] |
339 |
<h4>Holds</h4> |
339 |
<h4>Holds</h4> |
340 |
<p>The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p> |
340 |
<p>The following IDs exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p> |
341 |
<p> |
341 |
<p> |
342 |
[% FOR h IN ai_holds %] |
342 |
[% FOR h IN ai_holds %] |
343 |
[% h.reserve_id | html %] |
343 |
[% h.reserve_id | html %] |