Lines 322-330
Link Here
|
322 |
[% WRAPPER tabs id= "bibliodetails" %] |
322 |
[% WRAPPER tabs id= "bibliodetails" %] |
323 |
[% WRAPPER tabs_nav %] |
323 |
[% WRAPPER tabs_nav %] |
324 |
[% IF Koha.Preference('SeparateHoldings') %] |
324 |
[% IF Koha.Preference('SeparateHoldings') %] |
325 |
[% IF items_to_display_count - ( other_holdings_count || 0 ) %] |
325 |
[% IF items_to_display_count - ( other_holdings_count || 0 ) - ( total_group_holdings_count || 0 ) %] |
326 |
[% WRAPPER tab_item tabname= "holdings" %] |
326 |
[% WRAPPER tab_item tabname= "holdings" %] |
327 |
<span>[% Branches.GetLoggedInBranchname | html %] holdings ([% items_to_display_count - ( other_holdings_count || 0 ) - ( hidden_count || 0 ) || 0 | html %])</span> |
327 |
<span>[% Branches.GetLoggedInBranchname | html %] holdings ([% items_to_display_count - ( other_holdings_count || 0 ) - ( total_group_holdings_count || 0 ) - ( hidden_count || 0 ) || 0 | html %])</span> |
328 |
[% END %] |
328 |
[% END %] |
329 |
[% END %] |
329 |
[% END %] |
330 |
[% ELSE %] |
330 |
[% ELSE %] |
331 |
- |
|
|