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:33:44 +0000 (14:33 -0400)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/web/js/ui/default/staff/circ/services/item.js

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