View | Details | Raw Unified | Return to bug 9525
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 / +1 lines)
Lines 1276-1281 Link Here
1276
                    <ul>
1276
                    <ul>
1277
                        <li>The hold policies are applied based on the ReservesControlBranch system preference which is set to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReservesControlBranch">[% Koha.Preference('ReservesControlBranch') | html %]</a>.</li>
1277
                        <li>The hold policies are applied based on the ReservesControlBranch system preference which is set to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReservesControlBranch">[% Koha.Preference('ReservesControlBranch') | html %]</a>.</li>
1278
                        <li>The return policy is applied based on the CircControlReturnsBranch system preference which is set to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CircControlReturnsBranch">[% Koha.Preference('CircControlReturnsBranch') | html %]</a>.</li>
1278
                        <li>The return policy is applied based on the CircControlReturnsBranch system preference which is set to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CircControlReturnsBranch">[% Koha.Preference('CircControlReturnsBranch') | html %]</a>.</li>
1279
                        <li>When return policy is set to 'item floats by library group' the item's homebranch will be used to find groups.</li>
1279
                    </ul>
1280
                    </ul>
1280
1281
1281
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1282
                    <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl">
1282
- 

Return to bug 9525