LP 1743654: Removing a duplicate flesh_fields array entry
authorJane Sandberg <sandbej@linnbenton.edu>
Mon, 10 Sep 2018 18:23:12 +0000 (11:23 -0700)
committerJason Stephenson <jason@sigio.com>
Wed, 12 Sep 2018 18:31:35 +0000 (14:31 -0400)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Jonh Amundson <jamundson@cwmars.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/web/js/ui/default/staff/circ/services/item.js

index 06d6592..ea12ae2 100644 (file)
@@ -15,7 +15,7 @@ function(egCore , egCirc , $uibModal , $q , $timeout , $window , egConfirmDialog
     service.flesh = {   
         flesh : 3, 
         flesh_fields : {
-            acp : ['call_number','location','status','location','floating','circ_modifier',
+            acp : ['call_number','location','status','floating','circ_modifier',
                    'age_protect','circ_lib', 'creator', 'editor', 'circ_as_type'],
             acn : ['record','prefix','suffix','label_class'],
             bre : ['simple_record','creator','editor']