|
Lines 1-4
Link Here
|
| 1 |
[% USE KohaBranchName %] |
1 |
[% USE Branches %] |
| 2 |
[% USE KohaDates %] |
2 |
[% USE KohaDates %] |
| 3 |
[% IF ( export_remove_fields OR export_with_csv_profile ) %] |
3 |
[% IF ( export_remove_fields OR export_with_csv_profile ) %] |
| 4 |
[% SET exports_enabled = 1 %] |
4 |
[% SET exports_enabled = 1 %] |
|
Lines 547-553
function validate1(date) {
Link Here
|
| 547 |
[% END %] |
547 |
[% END %] |
| 548 |
|
548 |
|
| 549 |
[% IF ( ITEMNOTSAMEBRANCH ) %] |
549 |
[% IF ( ITEMNOTSAMEBRANCH ) %] |
| 550 |
<li>This item belongs to [% itemhomebranch | $KohaBranchName %] and cannot be checked out from this location.</li> |
550 |
<li>This item belongs to [% Branches.GetName( itemhomebranch ) %] and cannot be checked out from this location.</li> |
| 551 |
[% END %] |
551 |
[% END %] |
| 552 |
|
552 |
|
| 553 |
[% IF ( USERBLOCKEDREMAINING ) %] |
553 |
[% IF ( USERBLOCKEDREMAINING ) %] |
| 554 |
- |
|
|