Index: branches/features/purchaseOrders/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy
===================================================================
--- branches/features/purchaseOrders/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy	(revision 892)
+++ branches/features/purchaseOrders/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy	(revision 893)
@@ -285,5 +285,6 @@
 
         return ['inventoryItemPurchaseInstance': inventoryItemPurchaseInstance,
-                        'costCodes': costCodes, purchaseOrderNumbers:purchaseOrderNumbers]
+                'costCodes': costCodes, 
+                'purchaseOrderNumbers': purchaseOrderNumbers]
     }
 
Index: branches/features/purchaseOrders/grails-app/services/CreateDataService.groovy
===================================================================
--- branches/features/purchaseOrders/grails-app/services/CreateDataService.groovy	(revision 892)
+++ 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 892)
+++ 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 892)
+++ branches/features/purchaseOrders/grails-app/services/InventoryPurchaseService.groovy	(revision 893)
@@ -348,5 +348,5 @@
 
         } // end withTransaction
-    }  // save()
+    } // save()
 
     def receiveSave(params) {
