Lines 246-252
Link Here
|
246 |
[% IF warnRelationships %] |
246 |
[% IF warnRelationships %] |
247 |
<h2>Patron relationship problems</h2> |
247 |
<h2>Patron relationship problems</h2> |
248 |
[% IF bad_relationships_count %] |
248 |
[% IF bad_relationships_count %] |
249 |
<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> |
249 |
<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> |
250 |
[% END %] |
250 |
[% END %] |
251 |
|
251 |
|
252 |
[% IF wrong_relationships %] |
252 |
[% IF wrong_relationships %] |
Lines 256-262
Link Here
|
256 |
<li>[% rel.0 | html %]</li> |
256 |
<li>[% rel.0 | html %]</li> |
257 |
[% END %] |
257 |
[% END %] |
258 |
</ul> |
258 |
</ul> |
259 |
<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> |
259 |
<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> |
260 |
[% END %] |
260 |
[% END %] |
261 |
[% END %] |
261 |
[% END %] |
262 |
|
262 |
|