Bug 30055: Use /patrons for neworderempty
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 Feb 2022 11:22:49 +0000 (12:22 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 4 Apr 2022 07:46:58 +0000 (09:46 +0200)
Test plan:
Create or edit an order, add users to notify on receiving

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Séverine Queune <severine.queune@bulac.fr>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
api/v1/swagger/paths/patrons.yaml
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt

index dc3f25a..5b2b953 100644 (file)
         - borrowers: "1"
         - tools: "label_creator"
         - serials: "routing"
+        - acquisition: "order_manage"
     x-koha-embed:
       - extended_attributes
   post:
index 0285a2f..21d0b11 100644 (file)
 
         function UserSearchPopup(f) {
             window.open(
-                "/cgi-bin/koha/acqui/add_user_search.pl",
+                "/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,action&selection_type=add",
                 'UserSearchPopup',
                 'width=740, height=450, scrollbars=yes, toolbar=no,'
              );