From c28394c8c80b5d6d755d589c8b0fb5b14b91a018 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 28 Oct 2009 20:49:13 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/patron/holds.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index 5057a87e6..c7eea5e5d 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') { -- 2.11.0