|
Lines 123-150
Link Here
|
| 123 |
</p> |
123 |
</p> |
| 124 |
[% IF ai_patrons %] |
124 |
[% IF ai_patrons %] |
| 125 |
<h3>Patrons</h3> |
125 |
<h3>Patrons</h3> |
| 126 |
The following ids exist in both the borrowers and deletedborrowers table: |
126 |
<p>The following ids exist in both <strong>borrowers</strong> and <strong>deletedborrowers</strong> tables: |
| 127 |
[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %] |
127 |
[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
| 128 |
[% END %] |
128 |
[% END %] |
| 129 |
[% IF ai_biblios %] |
129 |
[% IF ai_biblios %] |
| 130 |
<h3>Biblios</h3> |
130 |
<h3>Biblios</h3> |
| 131 |
The following ids exist in both the biblio and deletedbiblio table: |
131 |
<p>The following ids exist in both <strong>biblio</strong> and <strong>deletedbiblio</strong> tables: |
| 132 |
[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %] |
132 |
[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
| 133 |
[% END %] |
133 |
[% END %] |
| 134 |
[% IF ai_items %] |
134 |
[% IF ai_items %] |
| 135 |
<h3>Items</h3> |
135 |
<h3>Items</h3> |
| 136 |
The following ids exist in both the items and deleteditems table: |
136 |
<p>The following ids exist in both <strong>items</strong> and <strong>deleteditems</strong> tables: |
| 137 |
[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %] |
137 |
[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]</p |
| 138 |
[% END %] |
138 |
[% END %] |
| 139 |
[% IF ai_checkouts %] |
139 |
[% IF ai_checkouts %] |
| 140 |
<h3>Checkouts</h3> |
140 |
<h3>Checkouts</h3> |
| 141 |
The following ids exist in both the issues and old_issues table: |
141 |
<p>The following ids exist in both <strong>issues</strong> and <strong>old_issues</strong> tables: |
| 142 |
[% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %] |
142 |
[% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %]</p> |
| 143 |
[% END %] |
143 |
[% END %] |
| 144 |
[% IF ai_holds %] |
144 |
[% IF ai_holds %] |
| 145 |
<h3>Holds</h3> |
145 |
<h3>Holds</h3> |
| 146 |
The following ids exist in both the holds and old_reserves table: |
146 |
<p>The following ids exist in both <strong>holds</strong> and <strong>old_reserves</strong> table: |
| 147 |
[% FOR h IN ai_holds %][% h.issue_id %][% UNLESS loop.last %], [% END %][% END %] |
147 |
[% FOR h IN ai_holds %][% h.issue_id %][% UNLESS loop.last %], [% END %][% END %]</p> |
| 148 |
[% END %] |
148 |
[% END %] |
| 149 |
[% END %] |
149 |
[% END %] |
| 150 |
|
150 |
|
| 151 |
- |
|
|