[open-ils-commits] r14656 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 28 16:49:18 EDT 2009


Author: phasefx
Date: 2009-10-28 16:49:13 -0400 (Wed, 28 Oct 2009)
New Revision: 14656

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/holds.js
Log:
fix some indentation from the great tab to space conversion

Modified: trunk/Open-ILS/xul/staff_client/server/patron/holds.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2009-10-28 20:11:44 UTC (rev 14655)
+++ trunk/Open-ILS/xul/staff_client/server/patron/holds.js	2009-10-28 20:49:13 UTC (rev 14656)
@@ -81,11 +81,11 @@
                                     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') {



More information about the open-ils-commits mailing list