Lines 471-479
Returns Koha::Patron::Relationships object for this patron's guarantors
Link Here
|
471 |
|
471 |
|
472 |
Returns the set of relationships for the patrons that are guarantors for this patron. |
472 |
Returns the set of relationships for the patrons that are guarantors for this patron. |
473 |
|
473 |
|
474 |
This is returned instead of a Koha::Patron object because the guarantor |
474 |
Note that a guarantor should exist as a patron in Koha; it was not possible |
475 |
may not exist as a patron in Koha. If this is true, the guarantors name |
475 |
to add them without a guarantor_id in the interface for some time. Bug 30472 |
476 |
exists in the Koha::Patron::Relationship object and will have no guarantor_id. |
476 |
restricts it on db level. |
477 |
|
477 |
|
478 |
=cut |
478 |
=cut |
479 |
|
479 |
|