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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +1 lines)
Lines 105-111 Link Here
105
        window.open(
105
        window.open(
106
            "/cgi-bin/koha/acqui/add_user_search.pl",
106
            "/cgi-bin/koha/acqui/add_user_search.pl",
107
            'UserSearchPopup',
107
            'UserSearchPopup',
108
            'width=740,height=450,toolbar=no,'
108
            'width=740, height=450, scrollbars=yes, toolbar=no,'
109
         );
109
         );
110
    }
110
    }
111
111
112
- 

Return to bug 14253