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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +2 lines)
Lines 1835-1843 Link Here
1835
                if(rowCount == 1){
1835
                if(rowCount == 1){
1836
                    $("#global_checkout_limits").remove();
1836
                    $("#global_checkout_limits").remove();
1837
                } else {
1837
                } else {
1838
	                $("#global_checkout_limits .restricted-access").remove();
1838
                    $("#global_checkout_limits .restricted-access").remove();
1839
                }
1839
                }
1840
	        }
1840
            }
1841
        });
1841
        });
1842
    </script>
1842
    </script>
1843
[% END %]
1843
[% END %]
1844
- 

Return to bug 8137