Lines 292-298
Link Here
|
292 |
<h3>Problems found</h3> |
292 |
<h3>Problems found</h3> |
293 |
[% IF ai_patrons %] |
293 |
[% IF ai_patrons %] |
294 |
<h4>Patrons</h4> |
294 |
<h4>Patrons</h4> |
295 |
<p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p> |
295 |
<p>The following IDs exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p> |
296 |
<p> |
296 |
<p> |
297 |
[% FOR p IN ai_patrons %] |
297 |
[% FOR p IN ai_patrons %] |
298 |
[% p.borrowernumber | html %] |
298 |
[% p.borrowernumber | html %] |
Lines 302-308
Link Here
|
302 |
[% END %] |
302 |
[% END %] |
303 |
[% IF ai_biblios %] |
303 |
[% IF ai_biblios %] |
304 |
<h4>Bibliographic records</h4> |
304 |
<h4>Bibliographic records</h4> |
305 |
<p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
305 |
<p>The following IDs exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p> |
306 |
<p> |
306 |
<p> |
307 |
[% FOR b IN ai_biblios %] |
307 |
[% FOR b IN ai_biblios %] |
308 |
[% b.biblionumber | html %] |
308 |
[% b.biblionumber | html %] |
Lines 312-318
Link Here
|
312 |
[% END %] |
312 |
[% END %] |
313 |
[% IF ai_items %] |
313 |
[% IF ai_items %] |
314 |
<h4>Items</h4> |
314 |
<h4>Items</h4> |
315 |
<p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p> |
315 |
<p>The following IDs exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p> |
316 |
<p> |
316 |
<p> |
317 |
[% FOR i IN ai_items %] |
317 |
[% FOR i IN ai_items %] |
318 |
[% i.itemnumber | html %] |
318 |
[% i.itemnumber | html %] |
Lines 322-328
Link Here
|
322 |
[% END %] |
322 |
[% END %] |
323 |
[% IF ai_checkouts %] |
323 |
[% IF ai_checkouts %] |
324 |
<h4>Checkouts</h4> |
324 |
<h4>Checkouts</h4> |
325 |
<p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p> |
325 |
<p>The following IDs exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p> |
326 |
<p> |
326 |
<p> |
327 |
[% FOR c IN ai_checkouts %] |
327 |
[% FOR c IN ai_checkouts %] |
328 |
[% c.issue_id | html %] |
328 |
[% c.issue_id | html %] |
Lines 332-338
Link Here
|
332 |
[% END %] |
332 |
[% END %] |
333 |
[% IF ai_holds %] |
333 |
[% IF ai_holds %] |
334 |
<h4>Holds</h4> |
334 |
<h4>Holds</h4> |
335 |
<p>The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p> |
335 |
<p>The following IDs exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p> |
336 |
<p> |
336 |
<p> |
337 |
[% FOR h IN ai_holds %] |
337 |
[% FOR h IN ai_holds %] |
338 |
[% h.reserve_id | html %] |
338 |
[% h.reserve_id | html %] |