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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +1 lines)
Lines 165-171 $(document).ready(function() Link Here
165
        window.open(
165
        window.open(
166
            "/cgi-bin/koha/acqui/add_user_search.pl",
166
            "/cgi-bin/koha/acqui/add_user_search.pl",
167
            'UserSearchPopup',
167
            'UserSearchPopup',
168
            'width=740,height=450,toolbar=no,'
168
            'width=740, height=450, scrollbars=yes, toolbar=no,'
169
         );
169
         );
170
    }
170
    }
171
171
172
- 

Return to bug 14253