Lines 263-269
Link Here
|
263 |
[% IF warnRelationships %] |
263 |
[% IF warnRelationships %] |
264 |
<h2>Patron relationship problems</h2> |
264 |
<h2>Patron relationship problems</h2> |
265 |
[% IF bad_relationships_count %] |
265 |
[% IF bad_relationships_count %] |
266 |
<p>Your database contained guarantee/guarantor pairs with no defined relationship. They have been set the value '_bad_data' in the [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] column. Fix them manually by recreating those relationships, or have your system's administrator correct the values.</p> |
266 |
<p>Your database contained guarantee/guarantor pairs with no defined relationship. They have been set the value '_bad_data' in the [% "borrowers.relationship" | $HtmlTags tag="strong" %] and/or [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] columns. Fix them manually by recreating those relationships, or have your system's administrator correct the values.</p> |
267 |
[% END %] |
267 |
[% END %] |
268 |
|
268 |
|
269 |
[% IF wrong_relationships %] |
269 |
[% IF wrong_relationships %] |
Lines 273-279
Link Here
|
273 |
<li>[% rel.0 | html %]</li> |
273 |
<li>[% rel.0 | html %]</li> |
274 |
[% END %] |
274 |
[% END %] |
275 |
</ul> |
275 |
</ul> |
276 |
<p>If the relationship is one you want, please add it to the 'borrowerRelationship' system preference, otherwise have your system's administrator correct the values in [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] in the database.</p> |
276 |
<p>If the relationship is one you want, please add it to the 'borrowerRelationship' system preference, otherwise have your system's administrator correct the values in [% "borrowers.relationship" | $HtmlTags tag="strong" %] and/or [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] in the database.</p> |
277 |
[% END %] |
277 |
[% END %] |
278 |
[% END %] |
278 |
[% END %] |
279 |
|
279 |
|