Lines 243-249
Libraries › Administration › Koha
Link Here
|
243 |
</li> |
243 |
</li> |
244 |
<li> |
244 |
<li> |
245 |
<label for="marcorgcode">MARC organization code</label> |
245 |
<label for="marcorgcode">MARC organization code</label> |
246 |
<input type="text" name="marcorgcode" id="marcorgcode" size="16" value="[% library.marcorgcode | html %]" /> |
246 |
<input type="text" name="marcorgcode" id="marcorgcode" size="16" maxlength="16" value="[% library.marcorgcode | html %]" /> |
247 |
<div class="hint"> |
247 |
<div class="hint"> |
248 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
248 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
249 |
If not filled in defaults to system preference <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=MARCOrgCode">MARCOrgCode</a>. |
249 |
If not filled in defaults to system preference <a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=MARCOrgCode">MARCOrgCode</a>. |
250 |
- |
|
|