kmain-46 - Defaul message dropdown
authorBill Erickson <berickxx@gmail.com>
Wed, 29 Oct 2014 21:07:10 +0000 (17:07 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
    Cross-port: 776a43f

Open-ILS/xul/staff_client/server/patron/new_standing_penalty.js

index 5125a6a..2e4a772 100644 (file)
@@ -140,13 +140,13 @@ function build_message_menu(){
 
    // Load the dropdown
        var messageString = fieldmapper.standardRequest(
-               [ api.PATRON_MESSAGE_LIST.app, api.PATRON_MESSAGE_LIST.method ],
+               [ 'open-ils.actor', 'open-ils.actor.patron_message_list' ],
                {   async: false,
                        timeout: 10
                }
        );
 
-       
+       alert(messageString);
 
        var messageList = messageString.split(/&SPLIT&/);