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 1832-1840 Link Here
1832
                if(rowCount == 1){
1832
                if(rowCount == 1){
1833
                    $("#global_checkout_limits").remove();
1833
                    $("#global_checkout_limits").remove();
1834
                } else {
1834
                } else {
1835
	                $("#global_checkout_limits .restricted-access").remove();
1835
                    $("#global_checkout_limits .restricted-access").remove();
1836
                }
1836
                }
1837
	        }
1837
            }
1838
        });
1838
        });
1839
    </script>
1839
    </script>
1840
[% END %]
1840
[% END %]
1841
- 

Return to bug 8137