Index: branches/features/purchaseOrders/grails-app/services/CreateDataService.groovy
===================================================================
--- branches/features/purchaseOrders/grails-app/services/CreateDataService.groovy	(revision 891)
+++ branches/features/purchaseOrders/grails-app/services/CreateDataService.groovy	(revision 893)
@@ -88,5 +88,4 @@
         createBaseTaskModificationTypes()
         createBaseEntryTypes()
-
 
         // Record that data has been created.
Index: branches/features/purchaseOrders/grails-app/services/InventoryItemService.groovy
===================================================================
--- branches/features/purchaseOrders/grails-app/services/InventoryItemService.groovy	(revision 891)
+++ branches/features/purchaseOrders/grails-app/services/InventoryItemService.groovy	(revision 893)
@@ -60,5 +60,6 @@
                 if(p.sort && p.order) {
                     order(p.sort, p.order)
-                    if(p.sort == "purchaseOrderNumber") order('id', 'asc')
+                    if(p.sort == "purchaseOrderNumber") 
+                        order('id', 'asc')
                 }
                 else {
Index: branches/features/purchaseOrders/grails-app/services/InventoryPurchaseService.groovy
===================================================================
--- branches/features/purchaseOrders/grails-app/services/InventoryPurchaseService.groovy	(revision 891)
+++ branches/features/purchaseOrders/grails-app/services/InventoryPurchaseService.groovy	(revision 893)
@@ -348,5 +348,5 @@
 
         } // end withTransaction
-    }  // save()
+    } // save()
 
     def receiveSave(params) {
