[Koha] Field name of Circulation note in patron

Robin Sheat robin at catalyst.net.nz
Wed Mar 11 17:47:33 NZDT 2015


Vimal Kumar V. schreef op wo 11-03-2015 om 10:08 [+0530]:
> May I know the DB field name of "Circulation note" in patron details?
> I could see a field " borrowernotes" in Tools > Import patron section.
> "borrowernotes" is the field name of Circulation note?

A quick check of the templates suggests this is correct:

$ ack "Circulation note"
intranet-tmpl/prog/en/modules/members/moremember.tt
351:    [% IF ( borrowernotes ) %]<li><span class="label">Circulation note: </span>[% borrowernotes %]</li>[% END %]

...

intranet-tmpl/prog/en/columns.def
56:<field name="borrowers.borrowernotes">Circulation note</field>


-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF



More information about the Koha mailing list