Lines 1410-1417
sub _get_tt_params {
Link Here
|
1410 |
plural => 'biblios', |
1410 |
plural => 'biblios', |
1411 |
pk => 'biblionumber', |
1411 |
pk => 'biblionumber', |
1412 |
}, |
1412 |
}, |
1413 |
borrowers => { #FIXME: Bug 15548 will require this to be updated |
1413 |
borrowers => { |
1414 |
module => 'Koha::Borrowers', # to Koha::Patrons |
1414 |
module => 'Koha::Patrons', |
1415 |
singular => 'borrower', |
1415 |
singular => 'borrower', |
1416 |
plural => 'borrowers', |
1416 |
plural => 'borrowers', |
1417 |
pk => 'borrowernumber', |
1417 |
pk => 'borrowernumber', |
Lines 1465-1471
sub _get_tt_params {
Link Here
|
1465 |
fk => 'itemnumber', |
1465 |
fk => 'itemnumber', |
1466 |
}, |
1466 |
}, |
1467 |
borrower_modifications => { |
1467 |
borrower_modifications => { |
1468 |
module => 'Koha::Borrower::Modifications', |
1468 |
module => 'Koha::Patron::Modifications', |
1469 |
singular => 'patron_modification', |
1469 |
singular => 'patron_modification', |
1470 |
plural => 'patron_modifications', |
1470 |
plural => 'patron_modifications', |
1471 |
fk => 'verification_token', |
1471 |
fk => 'verification_token', |