|
Lines 162-168
Link Here
|
| 162 |
[% IF ai_items %] |
162 |
[% IF ai_items %] |
| 163 |
<h4>Items</h4> |
163 |
<h4>Items</h4> |
| 164 |
<p>The following ids exist in both <strong>items</strong> and <strong>deleteditems</strong> tables: |
164 |
<p>The following ids exist in both <strong>items</strong> and <strong>deleteditems</strong> tables: |
| 165 |
[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]</p |
165 |
[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]</p> |
| 166 |
[% END %] |
166 |
[% END %] |
| 167 |
[% IF ai_checkouts %] |
167 |
[% IF ai_checkouts %] |
| 168 |
<h4>Checkouts</h4> |
168 |
<h4>Checkouts</h4> |
|
Lines 174-179
Link Here
|
| 174 |
<p>The following ids exist in both <strong>holds</strong> and <strong>old_reserves</strong> table: |
174 |
<p>The following ids exist in both <strong>holds</strong> and <strong>old_reserves</strong> table: |
| 175 |
[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p> |
175 |
[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p> |
| 176 |
[% END %] |
176 |
[% END %] |
|
|
177 |
<br/> |
| 177 |
[% END %] |
178 |
[% END %] |
| 178 |
|
179 |
|
| 179 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching %] |
180 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching %] |
| 180 |
- |
|
|