From: phasefx Date: Wed, 28 Oct 2009 20:49:13 +0000 (+0000) Subject: fix some indentation from the great tab to space conversion X-Git-Tag: kcls-grey-screen-prod1~3176 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c28394c8c80b5d6d755d589c8b0fb5b14b91a018;p=evergreen%2Fequinox.git fix some indentation from the great tab to space conversion git-svn-id: svn://svn.open-ils.org/ILS/trunk@14656 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index 5057a87e6d..c7eea5e5d9 100644 --- a/Open-ILS/xul/staff_client/server/patron/holds.js +++ b/Open-ILS/xul/staff_client/server/patron/holds.js @@ -81,11 +81,11 @@ patron.holds.prototype = { row.my.patron_family_name = blob.patron_last; row.my.patron_first_given_name = blob.patron_first; row.my.patron_barcode = blob.patron_barcode; - row.my.total_holds = blob.total_holds; - row.my.queue_position = blob.queue_position; - row.my.potential_copies = blob.potential_copies; - row.my.estimated_wait = blob.estimated_wait; - row.my.ahrn_count = blob.hold.notes().length; + row.my.total_holds = blob.total_holds; + row.my.queue_position = blob.queue_position; + row.my.potential_copies = blob.potential_copies; + row.my.estimated_wait = blob.estimated_wait; + row.my.ahrn_count = blob.hold.notes().length; var copy_id = row.my.ahr.current_copy(); if (typeof copy_id == 'object') {