Index: trunk/grails-app/services/CreateDataService.groovy
===================================================================
--- trunk/grails-app/services/CreateDataService.groovy	(revision 664)
+++ trunk/grails-app/services/CreateDataService.groovy	(revision 665)
@@ -1255,4 +1255,5 @@
         //InventoryItem
         def inventoryItemInstance
+        def currency = Currency.getInstance('AUD')
 
         def pictureResource = grailsApplication.mainContext.getResource('images/logo.png')
@@ -1265,4 +1266,6 @@
                                                                                     name: "Hemp rope",
                                                                                     description: "Natural hemp rope.",
+                                                                                    estimatedUnitPriceAmount: 1.23,
+                                                                                    estimatedUnitPriceCurrency: currency,
                                                                                     unitsInStock: 2,
                                                                                     reorderPoint: 0)
@@ -1277,4 +1280,6 @@
                                                                                     name: "Cotton Rope 12mm",
                                                                                     description: "A soft natural rope made from cotton.",
+                                                                                    estimatedUnitPriceAmount: 2.50,
+                                                                                    estimatedUnitPriceCurrency: currency,
                                                                                     alternateItems: InventoryItem.get(1),
                                                                                     unitsInStock: 2,
@@ -1290,4 +1295,6 @@
                                                                                     name: "2305-2RS",
                                                                                     description: "Bearing 25x62x24mm double row self aligning ball",
+                                                                                    estimatedUnitPriceAmount: 5,
+                                                                                    estimatedUnitPriceCurrency: currency,
                                                                                     unitsInStock: 3,
                                                                                     reorderPoint: 2)
@@ -1302,4 +1309,6 @@
                                                                                     name: "L1592-K10",
                                                                                     description: "10kW contactor",
+                                                                                    estimatedUnitPriceAmount: 180,
+                                                                                    estimatedUnitPriceCurrency: currency,
                                                                                     unitsInStock: 4,
                                                                                     reorderPoint: 0)
@@ -1314,4 +1323,6 @@
                                                                                     name: "6205-ZZ",
                                                                                     description: "Bearing 25x52x15mm single row ball shielded",
+                                                                                    estimatedUnitPriceAmount: 3.45,
+                                                                                    estimatedUnitPriceCurrency: currency,
                                                                                     unitsInStock: 5,
                                                                                     reorderPoint: 2)
