Lines 1440-1447
sub _get_tt_params {
Link Here
|
1440 |
plural => 'biblios', |
1440 |
plural => 'biblios', |
1441 |
pk => 'biblionumber', |
1441 |
pk => 'biblionumber', |
1442 |
}, |
1442 |
}, |
1443 |
borrowers => { #FIXME: Bug 15548 will require this to be updated |
1443 |
borrowers => { |
1444 |
module => 'Koha::Borrowers', # to Koha::Patrons |
1444 |
module => 'Koha::Patrons', |
1445 |
singular => 'borrower', |
1445 |
singular => 'borrower', |
1446 |
plural => 'borrowers', |
1446 |
plural => 'borrowers', |
1447 |
pk => 'borrowernumber', |
1447 |
pk => 'borrowernumber', |
Lines 1495-1501
sub _get_tt_params {
Link Here
|
1495 |
fk => 'itemnumber', |
1495 |
fk => 'itemnumber', |
1496 |
}, |
1496 |
}, |
1497 |
borrower_modifications => { |
1497 |
borrower_modifications => { |
1498 |
module => 'Koha::Borrower::Modifications', |
1498 |
module => 'Koha::Patron::Modifications', |
1499 |
singular => 'patron_modification', |
1499 |
singular => 'patron_modification', |
1500 |
plural => 'patron_modifications', |
1500 |
plural => 'patron_modifications', |
1501 |
fk => 'verification_token', |
1501 |
fk => 'verification_token', |