Fix typo.
authorJason Stephenson <jason@sigio.com>
Sat, 27 Oct 2018 13:27:07 +0000 (09:27 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 27 Oct 2018 13:27:07 +0000 (09:27 -0400)
Open-ILS/web/js/ui/default/staff/circ/services/circ.js

index 3a07c81..4c52ae8 100644 (file)
@@ -1470,7 +1470,7 @@ function($uibModal , $q , egCore , egAlertDialog , egConfirmDialog,  egAddCopyAl
             break;
         case 14:
             // Damaged is for handling of events. It's main handler is elsewhere.
-            req = "open-ils.circ.mark_item_damages";
+            req = "open-ils.circ.mark_item_damaged";
             break;
         }