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

(-)a/api/v1/swagger/paths/patrons.yaml (+1 lines)
Lines 382-387 Link Here
382
        - borrowers: "1"
382
        - borrowers: "1"
383
        - tools: "label_creator"
383
        - tools: "label_creator"
384
        - serials: "routing"
384
        - serials: "routing"
385
        - acquisition: "order_manage"
385
    x-koha-embed:
386
    x-koha-embed:
386
      - extended_attributes
387
      - extended_attributes
387
  post:
388
  post:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +1 lines)
Lines 684-690 Link Here
684
684
685
        function UserSearchPopup(f) {
685
        function UserSearchPopup(f) {
686
            window.open(
686
            window.open(
687
                "/cgi-bin/koha/acqui/add_user_search.pl",
687
                "/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add",
688
                'UserSearchPopup',
688
                'UserSearchPopup',
689
                'width=740, height=450, scrollbars=yes, toolbar=no,'
689
                'width=740, height=450, scrollbars=yes, toolbar=no,'
690
             );
690
             );
691
- 

Return to bug 30055