fix some indentation from the great tab to space conversion
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Oct 2009 20:49:13 +0000 (20:49 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Oct 2009 20:49:13 +0000 (20:49 +0000)
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

index 5057a87..c7eea5e 100644 (file)
@@ -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') {