|
Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditFacilityLocation.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditFacilityLocation.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditFacilityLocation.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/EditFacilityLocation.groovy Fri Aug 6 04:46:48 2010 @@ -52,4 +52,4 @@ context.locationSeqId = locationSeqId; context.facility = facility; context.facilityLocation = facilityLocation; context.locationTypeEnums = locationTypeEnums; -context.productFacilityLocations = productFacilityLocations; \ No newline at end of file +context.productFacilityLocations = productFacilityLocations; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FacilityLocationGeoLocation.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FacilityLocationGeoLocation.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FacilityLocationGeoLocation.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FacilityLocationGeoLocation.groovy Fri Aug 6 04:46:48 2010 @@ -45,4 +45,4 @@ if (facilityId && locationSeqId) { elevationUom = delegator.findOne("Uom", [uomId : latestGeoPoint.elevationUomId], false); context.elevationUomAbbr = elevationUom.abbreviation; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityLocation.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityLocation.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityLocation.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityLocation.groovy Fri Aug 6 04:46:48 2010 @@ -50,4 +50,4 @@ if (lookup) { if (foundLocations) { context.foundLocations = foundLocations; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityTransfers.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityTransfers.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityTransfers.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityTransfers.groovy Fri Aug 6 04:46:48 2010 @@ -61,4 +61,4 @@ ecl = EntityCondition.makeCondition(expr fromTransfers = delegator.findList("InventoryTransfer", ecl, null, ['sendDate'], null, false); if (fromTransfers) { context.fromTransfers = fromTransfers; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindInventoryItemsByLabels.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindInventoryItemsByLabels.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindInventoryItemsByLabels.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindInventoryItemsByLabels.groovy Fri Aug 6 04:46:48 2010 @@ -99,4 +99,4 @@ if (andCondition.size() > 1) { TransactionUtil.commit(beganTransaction); } } -context.inventoryItems = inventoryItems; \ No newline at end of file +context.inventoryItems = inventoryItems; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewContactMechs.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewContactMechs.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewContactMechs.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewContactMechs.groovy Fri Aug 6 04:46:48 2010 @@ -38,4 +38,4 @@ context.facilityId = facilityId; showOld = "true".equals(request.getParameter("SHOW_OLD")); context.showOld = new Boolean(showOld); -context.contactMeches = ContactMechWorker.getFacilityContactMechValueMaps(delegator, facilityId, showOld, null); \ No newline at end of file +context.contactMeches = ContactMechWorker.getFacilityContactMechValueMaps(delegator, facilityId, showOld, null); Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/FindFacilityPhysicalInventory.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/FindFacilityPhysicalInventory.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/FindFacilityPhysicalInventory.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/FindFacilityPhysicalInventory.groovy Fri Aug 6 04:46:48 2010 @@ -69,4 +69,4 @@ if (conditions.size() > 2) { physicalInventoryCombined.add(row); } context.physicalInventory = physicalInventoryCombined; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryAverageCosts.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryAverageCosts.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryAverageCosts.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryAverageCosts.groovy Fri Aug 6 04:46:48 2010 @@ -48,4 +48,4 @@ inventoryItemProducts.each { productId - } } -context.inventoryAverageCosts = inventoryAverageCosts; \ No newline at end of file +context.inventoryAverageCosts = inventoryAverageCosts; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryItemTotals.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryItemTotals.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryItemTotals.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/InventoryItemTotals.groovy Fri Aug 6 04:46:48 2010 @@ -109,4 +109,4 @@ inventoryItemGrandTotals.add([qohGrandTo totalCostPriceGrandTotal : totalCostPriceGrandTotal, totalRetailPriceGrandTotal : totalRetailPriceGrandTotal]); context.inventoryItemTotals = inventoryItemTotals; -context.inventoryItemGrandTotals = inventoryItemGrandTotals; \ No newline at end of file +context.inventoryItemGrandTotals = inventoryItemGrandTotals; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/LookupInventoryItems.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/LookupInventoryItems.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/LookupInventoryItems.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/LookupInventoryItems.groovy Fri Aug 6 04:46:48 2010 @@ -44,4 +44,4 @@ if (productId) { context.productId = productId; product = delegator.findByPrimaryKey("Product", [productId : productId]); context.internalName = product.internalName; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/PhysicalInventoryVariance.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/PhysicalInventoryVariance.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/PhysicalInventoryVariance.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/PhysicalInventoryVariance.groovy Fri Aug 6 04:46:48 2010 @@ -33,4 +33,4 @@ if (inventoryItem && "NON_SERIAL_INV_ITE physicalInventoryAndVarianceData.partyGroup = physicalInventoryAndVariance.getRelatedOne("PartyGroup"); } context.physicalInventoryAndVarianceDatas = physicalInventoryAndVarianceDatas; -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/ReceiveInventory.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/ReceiveInventory.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/ReceiveInventory.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/ReceiveInventory.groovy Fri Aug 6 04:46:48 2010 @@ -259,4 +259,4 @@ context.salesOrderItems = salesOrderItem context.rejectReasons = rejectReasons; context.inventoryItemTypes = inventoryItemTypes; context.facilities = facilities; -context.standardCosts = standardCosts; \ No newline at end of file +context.standardCosts = standardCosts; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/TransferInventoryItem.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/TransferInventoryItem.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/TransferInventoryItem.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/inventory/TransferInventoryItem.groovy Fri Aug 6 04:46:48 2010 @@ -96,4 +96,4 @@ if (inventoryTransfer && inventoryTransf if (statusItems) { context.statusItems = statusItems; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/returns/ReceiveReturn.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/returns/ReceiveReturn.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/returns/ReceiveReturn.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/returns/ReceiveReturn.groovy Fri Aug 6 04:46:48 2010 @@ -86,4 +86,4 @@ context.returnHeader = returnHeader; context.returnItems = returnItems; context.receivedQuantities = receivedQuantities; context.facilities = facilities; -context.inventoryItemTypes = inventoryItemTypes; \ No newline at end of file +context.inventoryItemTypes = inventoryItemTypes; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/AddItemsFromInventory.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/AddItemsFromInventory.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/AddItemsFromInventory.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/AddItemsFromInventory.groovy Fri Aug 6 04:46:48 2010 @@ -60,4 +60,4 @@ shipmentItems.each { shipmentItem -> ]); } context.shipmentId = shipmentId; -context.items = items; \ No newline at end of file +context.items = items; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/AddItemsFromOrder.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/AddItemsFromOrder.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/AddItemsFromOrder.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/AddItemsFromOrder.groovy Fri Aug 6 04:46:48 2010 @@ -210,4 +210,4 @@ if (shipment && selectFromShipmentPlan) context.shipmentId = shipmentId; context.shipment = shipment; context.orderId = orderId; -context.shipGroupSeqId = shipGroupSeqId; \ No newline at end of file +context.shipGroupSeqId = shipGroupSeqId; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipment.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipment.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipment.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipment.groovy Fri Aug 6 04:46:48 2010 @@ -96,4 +96,4 @@ if (shipment) { pfc = delegator.findList("ProductStoreFacility", null, null, null, null, false); fac = delegator.findList("ProductStoreFacilityByOrder", EntityCondition.makeCondition([orderId : primaryOrderId]), null, null, null, false); } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentItems.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentItems.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentItems.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentItems.groovy Fri Aug 6 04:46:48 2010 @@ -65,4 +65,4 @@ if (shipment) { context.shipmentItemDatas = shipmentItemDatas; context.shipmentPackages = shipmentPackages; } -context.shipmentId = shipmentId; \ No newline at end of file +context.shipmentId = shipmentId; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPackages.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPackages.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPackages.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPackages.groovy Fri Aug 6 04:46:48 2010 @@ -55,4 +55,4 @@ if (shipment) { context.weightUoms = weightUoms; context.boxTypes = boxTypes; } -context.shipmentId = shipmentId; \ No newline at end of file +context.shipmentId = shipmentId; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPlan.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPlan.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPlan.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentPlan.groovy Fri Aug 6 04:46:48 2010 @@ -285,4 +285,4 @@ context.rowCount = addRows.size(); context.shipmentId = shipmentId; context.shipment = shipment; context.totWeight = totWeight; -context.totVolume = totVolume; \ No newline at end of file +context.totVolume = totVolume; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentRouteSegments.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentRouteSegments.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentRouteSegments.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/EditShipmentRouteSegments.groovy Fri Aug 6 04:46:48 2010 @@ -86,4 +86,4 @@ if (shipment) { context.carrierPartyDatas = carrierPartyDatas; } context.shipmentId = shipmentId; -context.nowTimestampString = UtilDateTime.nowTimestamp().toString(); \ No newline at end of file +context.nowTimestampString = UtilDateTime.nowTimestamp().toString(); Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/FindShipment.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/FindShipment.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/FindShipment.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/FindShipment.groovy Fri Aug 6 04:46:48 2010 @@ -184,4 +184,4 @@ toCal.set(Calendar.SECOND, toCal.getActu toCal.set(Calendar.MILLISECOND, toCal.getActualMaximum(Calendar.MILLISECOND)); toTs = new Timestamp(toCal.getTimeInMillis()); toStr = toTs.toString(); -context.thruDateStr = toStr; \ No newline at end of file +context.thruDateStr = toStr; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PackOrder.groovy Fri Aug 6 04:46:48 2010 @@ -174,4 +174,4 @@ if (facility) { if (!defaultWeightUomId) { defaultWeightUomId = UtilProperties.getPropertyValue("shipment.properties", "shipment.default.weight.uom", "WT_kg"); } -context.defaultWeightUomId = defaultWeightUomId; \ No newline at end of file +context.defaultWeightUomId = defaultWeightUomId; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy Fri Aug 6 04:46:48 2010 @@ -126,4 +126,4 @@ if (toPrintOrders) { } } } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/QuickShipOrder.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/QuickShipOrder.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/QuickShipOrder.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/QuickShipOrder.groovy Fri Aug 6 04:46:48 2010 @@ -74,4 +74,4 @@ if (shipmentId) { } context.weightUomList = weightUoms; } -} \ No newline at end of file +} Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ReceiveInventoryAgainstPurchaseOrder.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ReceiveInventoryAgainstPurchaseOrder.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ReceiveInventoryAgainstPurchaseOrder.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ReceiveInventoryAgainstPurchaseOrder.groovy Fri Aug 6 04:46:48 2010 @@ -270,4 +270,4 @@ if (productIdToReceive) { // Put the tracking map back into the session, in case it has been reconstructed session.setAttribute("purchaseOrderItemQuantitiesToReceive", itemQuantitiesToReceive); context.itemQuantitiesToReceive = itemQuantitiesToReceive; -context.totalAvailableToReceive = totalAvailableToReceive; \ No newline at end of file +context.totalAvailableToReceive = totalAvailableToReceive; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ReviewOrdersNotPickedOrPacked.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ReviewOrdersNotPickedOrPacked.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ReviewOrdersNotPickedOrPacked.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ReviewOrdersNotPickedOrPacked.groovy Fri Aug 6 04:46:48 2010 @@ -39,4 +39,4 @@ orderHeaders.each { orderHeader -> orders.add([orderId : orderHeader.orderId, pickSheetPrintedDate : dateFormat.format(orderHeader.pickSheetPrintedDate), isVerified : "N"]); } } -context.orders = orders; \ No newline at end of file +context.orders = orders; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ShipmentManifest.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ShipmentManifest.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ShipmentManifest.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ShipmentManifest.groovy Fri Aug 6 04:46:48 2010 @@ -61,4 +61,4 @@ if (shipment) { context.shipmentPackageDatas = shipmentPackageDatas; } context.shipmentId = shipmentId; -context.shipment = shipment; \ No newline at end of file +context.shipment = shipment; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/VerifyPick.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/VerifyPick.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/VerifyPick.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/VerifyPick.groovy Fri Aug 6 04:46:48 2010 @@ -115,4 +115,4 @@ if (orderId) { request.setAttribute("_ERROR_MESSAGE_", UtilProperties.getMessage("OrderErrorUiLabels", "OrderErrorOrderIdNotFound", [orderId : orderId], locale)); } } -context.verifyPickSession = verifyPickSession; \ No newline at end of file +context.verifyPickSession = verifyPickSession; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ViewShipment.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ViewShipment.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ViewShipment.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ViewShipment.groovy Fri Aug 6 04:46:48 2010 @@ -58,4 +58,4 @@ if (security.hasEntityPermission("FACILI } } } -context.hasPermission = hasPermission; \ No newline at end of file +context.hasPermission = hasPermission; Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/WeightPackage.groovy Fri Aug 6 04:46:48 2010 @@ -199,4 +199,4 @@ if (facility) { if (!defaultWeightUomId) { defaultWeightUomId = UtilProperties.getPropertyValue("shipment.properties", "shipment.default.weight.uom", "WT_kg"); } -context.defaultWeightUomId = defaultWeightUomId; \ No newline at end of file +context.defaultWeightUomId = defaultWeightUomId; Modified: ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginMapProcs.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginMapProcs.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginMapProcs.xml (original) +++ ofbiz/trunk/applications/securityext/script/org/ofbiz/securityext/login/LoginMapProcs.xml Fri Aug 6 04:46:48 2010 @@ -56,4 +56,4 @@ under the License. </process> <process field="passwordHint"><copy/></process> </simple-map-processor> -</simple-map-processors> \ No newline at end of file +</simple-map-processors> Modified: ofbiz/trunk/applications/securityext/testdef/da/DynamicAccessTest.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/testdef/da/DynamicAccessTest.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/securityext/testdef/da/DynamicAccessTest.xml (original) +++ ofbiz/trunk/applications/securityext/testdef/da/DynamicAccessTest.xml Fri Aug 6 04:46:48 2010 @@ -40,4 +40,4 @@ under the License. </if-has-permission> <field-to-result field="permissionGranted"/> </simple-method> -</simple-methods> \ No newline at end of file +</simple-methods> Modified: ofbiz/trunk/applications/securityext/testdef/data/SecurityTestData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/testdef/data/SecurityTestData.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/securityext/testdef/data/SecurityTestData.xml (original) +++ ofbiz/trunk/applications/securityext/testdef/data/SecurityTestData.xml Fri Aug 6 04:46:48 2010 @@ -25,4 +25,4 @@ under the License. <SecurityPermission permissionId="test:recursion" dynamicAccess="service:dynamicAccessRecursiveTest"/> <SecurityPermission permissionId="test:autogranted" dynamicAccess=""/> <SecurityPermissionAutoGrant permissionId="test:groovy1" grantPermission="test:autogranted"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml> Modified: ofbiz/trunk/applications/securityext/testdef/securitytests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/testdef/securitytests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/securityext/testdef/securitytests.xml (original) +++ ofbiz/trunk/applications/securityext/testdef/securitytests.xml Fri Aug 6 04:46:48 2010 @@ -26,4 +26,4 @@ <test-case case-name="security-tests"> <junit-test-suite class-name="org.ofbiz.securityext.test.AuthorizationTests"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/UpgradeServices.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/UpgradeServices.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/UpgradeServices.xml (original) +++ ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/UpgradeServices.xml Fri Aug 6 04:46:48 2010 @@ -32,4 +32,4 @@ under the License. <create-value value-field="workEffortContactMech"/> </iterate> </simple-method> -</simple-methods> \ No newline at end of file +</simple-methods> Modified: ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml (original) +++ ofbiz/trunk/applications/workeffort/testdef/workefforttests.xml Fri Aug 6 04:46:48 2010 @@ -27,4 +27,4 @@ <test-case case-name="testCreateProjectService Direct Simple Method"> <simple-method-test location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" name="testCreateProjectService"/> </test-case> -</test-suite> \ No newline at end of file +</test-suite> Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/content/WorkEffortContentWrapper.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/content/WorkEffortContentWrapper.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/content/WorkEffortContentWrapper.groovy (original) +++ ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/content/WorkEffortContentWrapper.groovy Fri Aug 6 04:46:48 2010 @@ -30,4 +30,4 @@ if (workEffort != null) { wrapper = WorkEffortContentWrapper.makeWorkEffortContentWrapper(workEffort, request); context.put("workEffortContentWrapper", wrapper); - } \ No newline at end of file + } Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/find/WorkEffortSearchOptions.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/find/WorkEffortSearchOptions.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/find/WorkEffortSearchOptions.groovy (original) +++ ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/actions/find/WorkEffortSearchOptions.groovy Fri Aug 6 04:46:48 2010 @@ -60,4 +60,4 @@ context.put("searchOperator", searchOper context.put("searchConstraintStrings", searchConstraintStrings); context.put("searchSortOrderString", searchSortOrderString); context.put("workEffortAssocTypes", workEffortAssocTypes); -context.put("roleTypes", roleTypes); \ No newline at end of file +context.put("roleTypes", roleTypes); Modified: ofbiz/trunk/framework/appserver/templates/jboss422/application.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/appserver/templates/jboss422/application.xml?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/framework/appserver/templates/jboss422/application.xml (original) +++ ofbiz/trunk/framework/appserver/templates/jboss422/application.xml Fri Aug 6 04:46:48 2010 @@ -15,4 +15,4 @@ </web> </module> </#list> -</application> \ No newline at end of file +</application> Modified: ofbiz/trunk/framework/birt/lib/platform/plugins/com.lowagie.text/plugin.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/birt/lib/platform/plugins/com.lowagie.text/plugin.properties?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/framework/birt/lib/platform/plugins/com.lowagie.text/plugin.properties (original) +++ ofbiz/trunk/framework/birt/lib/platform/plugins/com.lowagie.text/plugin.properties Fri Aug 6 04:46:48 2010 @@ -14,4 +14,4 @@ # under the License. ##################################################################### pluginName = Lowagie iText -providerName = Apache Open For Business Project \ No newline at end of file +providerName = Apache Open For Business Project Modified: ofbiz/trunk/framework/common/config/general.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/general.properties?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/framework/common/config/general.properties (original) +++ ofbiz/trunk/framework/common/config/general.properties Fri Aug 6 04:46:48 2010 @@ -129,4 +129,4 @@ https.localhost=ABQIAAAAtt0d8djaYFkk8N5L http.localhost=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxR3euHYk9bpwvdF2Qg1EYO1LQitHA # -- Y if you want to display the multi-tenant textbox in the login page -multitenant=N \ No newline at end of file +multitenant=N Modified: ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy (original) +++ ofbiz/trunk/framework/example/webapp/example/WEB-INF/actions/includes/FindExampleFeatures.groovy Fri Aug 6 04:46:48 2010 @@ -41,4 +41,4 @@ if (andExprs) { //context.autocompleteOptions = autocompleteOptions; request.setAttribute("autocompleteOptions", autocompleteOptions); } -return "success"; \ No newline at end of file +return "success"; Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelPermission.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelPermission.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelPermission.java (original) +++ ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelPermission.java Fri Aug 6 04:46:48 2010 @@ -159,4 +159,4 @@ public class ModelPermission implements } return ((Boolean) resp.get("hasPermission")).booleanValue(); } -} \ No newline at end of file +} Modified: ofbiz/trunk/framework/testtools/config/seleniumXml.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/config/seleniumXml.properties?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/framework/testtools/config/seleniumXml.properties (original) +++ ofbiz/trunk/framework/testtools/config/seleniumXml.properties Fri Aug 6 04:46:48 2010 @@ -22,4 +22,4 @@ proxyPort=4444 #browser=*firefox /usr/lib/iceweasel/firefox-bin browser=*firefox /usr/lib/firefox-3.0.8/firefox startUrl=http://localhost:8080/ -log4jFile=./config/log4j.properties \ No newline at end of file +log4jFile=./config/log4j.properties Modified: ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/DataLoop.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/DataLoop.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/DataLoop.java (original) +++ ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/DataLoop.java Fri Aug 6 04:46:48 2010 @@ -71,4 +71,4 @@ public class DataLoop { } currentTest.runCommands(this.children); } -} \ No newline at end of file +} Modified: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/UtilHelpText.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/UtilHelpText.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/UtilHelpText.java (original) +++ ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/UtilHelpText.java Fri Aug 6 04:46:48 2010 @@ -59,4 +59,4 @@ public class UtilHelpText { } return fieldDescription; } -} \ No newline at end of file +} Modified: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java (original) +++ ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java Fri Aug 6 04:46:48 2010 @@ -577,4 +577,4 @@ public class ModelScreenCondition implem return !sectionsList.containsKey(this.sectionExdr.expandString(context)); } } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/EditMaint.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/EditMaint.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/EditMaint.groovy (original) +++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/EditMaint.groovy Fri Aug 6 04:46:48 2010 @@ -34,4 +34,4 @@ if (!maintHistSeqId && workEffortId) { parameters.fixedAssetId = fixedAssetMaint.fixedAssetId; parameters.maintHistSeqId = fixedAssetMaint.maintHistSeqId; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/PrintFixedAssetMaint.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/PrintFixedAssetMaint.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/PrintFixedAssetMaint.groovy (original) +++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/assetmaint/PrintFixedAssetMaint.groovy Fri Aug 6 04:46:48 2010 @@ -68,4 +68,4 @@ if (intervalMeterTypeId) { context.productMeterTypeDesc = productMeterTypeDesc; scheduleWorkEffort = fixedAssetMaint.getRelatedOne("ScheduleWorkEffort"); -context.scheduleWorkEffort = scheduleWorkEffort; \ No newline at end of file +context.scheduleWorkEffort = scheduleWorkEffort; Modified: ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/workeffort/EditWorkEfforts.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/workeffort/EditWorkEfforts.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/workeffort/EditWorkEfforts.groovy (original) +++ ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/WEB-INF/actions/workeffort/EditWorkEfforts.groovy Fri Aug 6 04:46:48 2010 @@ -81,4 +81,4 @@ context.workEffort = workEffort; context.fixedAsset = fixedAsset; context.maintHistSeqId = maintHistSeqId; context.fixedAssetId = fixedAssetId; -context.workEffortId = workEffortId; \ No newline at end of file +context.workEffortId = workEffortId; Modified: ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayHelper.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayHelper.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayHelper.java (original) +++ ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayHelper.java Fri Aug 6 04:46:48 2010 @@ -607,4 +607,4 @@ public class EbayHelper { } return productId; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/ImportOrdersFromEbay.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/ImportOrdersFromEbay.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/ImportOrdersFromEbay.java (original) +++ ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/ImportOrdersFromEbay.java Fri Aug 6 04:46:48 2010 @@ -822,4 +822,4 @@ public class ImportOrdersFromEbay { } return orderHeader; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/EbayAdvancedSearch.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/EbayAdvancedSearch.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/EbayAdvancedSearch.groovy (original) +++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/EbayAdvancedSearch.groovy Fri Aug 6 04:46:48 2010 @@ -67,4 +67,4 @@ context.ebayConfigList = ebayConfigList; context.categoryIds = categoryIds; context.productStoreId = productStoreId; context.prodCatalogList = prodCatalogList; -context.searchCatalogId = currentCatalogId; \ No newline at end of file +context.searchCatalogId = currentCatalogId; Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/ProductsExportToEbay.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/ProductsExportToEbay.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/ProductsExportToEbay.groovy (original) +++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/ProductsExportToEbay.groovy Fri Aug 6 04:46:48 2010 @@ -68,4 +68,4 @@ if (parameters.productStoreId) { context.hideExportOptions = "N"; } } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/eBayOrders.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/eBayOrders.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/eBayOrders.groovy (original) +++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/eBayOrders.groovy Fri Aug 6 04:46:48 2010 @@ -19,4 +19,4 @@ if (parameters.orderList) { session.setAttribute("orderList", parameters.orderList); -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/updatedEbayOrders.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/updatedEbayOrders.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/updatedEbayOrders.groovy (original) +++ ofbiz/trunk/specialpurpose/ebay/webapp/ebay/WEB-INF/actions/find/updatedEbayOrders.groovy Fri Aug 6 04:46:48 2010 @@ -20,4 +20,4 @@ if (session.getAttribute("orderList")) { session.removeAttribute("orderList"); return "success"; -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayAccount.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayAccount.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayAccount.java (original) +++ ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayAccount.java Fri Aug 6 04:46:48 2010 @@ -116,4 +116,4 @@ public class EbayAccount { } return result; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayEvents.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayEvents.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayEvents.java (original) +++ ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayEvents.java Fri Aug 6 04:46:48 2010 @@ -1143,4 +1143,4 @@ public class EbayEvents { } return recommendationMap; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayFeedback.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayFeedback.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayFeedback.java (original) +++ ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayFeedback.java Fri Aug 6 04:46:48 2010 @@ -382,4 +382,4 @@ public class EbayFeedback { result = ServiceUtil.returnSuccess(); return result; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStore.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStore.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStore.java (original) +++ ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStore.java Fri Aug 6 04:46:48 2010 @@ -2344,4 +2344,4 @@ public class EbayStore { } return ServiceUtil.returnSuccess("Update Item Successfully."); } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStoreCategoryFacade.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStoreCategoryFacade.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStoreCategoryFacade.java (original) +++ ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStoreCategoryFacade.java Fri Aug 6 04:46:48 2010 @@ -342,4 +342,4 @@ public class EbayStoreCategoryFacade { public List<Map<String,Object>> getAdItemTemplates() { return this.adItemTemplates; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStoreSiteFacade.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStoreSiteFacade.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStoreSiteFacade.java (original) +++ ofbiz/trunk/specialpurpose/ebaystore/src/org/ofbiz/ebaystore/EbayStoreSiteFacade.java Fri Aug 6 04:46:48 2010 @@ -236,4 +236,4 @@ public class EbayStoreSiteFacade { public Map<SiteCodeType, GeteBayDetailsResponseType> getEBayDetailsMap() { return eBayDetailsMap; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/automationPreferences/GetDisputeInfo.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/automationPreferences/GetDisputeInfo.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/automationPreferences/GetDisputeInfo.groovy (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/automationPreferences/GetDisputeInfo.groovy Fri Aug 6 04:46:48 2010 @@ -97,4 +97,4 @@ entry.put("value", makeSpace(DisputeExpl explanations.add(entry); context.reasons = reasons; -context.explanations = explanations; \ No newline at end of file +context.explanations = explanations; Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/automationPreferences/GetEbayJobsandbox.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/automationPreferences/GetEbayJobsandbox.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/automationPreferences/GetEbayJobsandbox.groovy (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/automationPreferences/GetEbayJobsandbox.groovy Fri Aug 6 04:46:48 2010 @@ -28,4 +28,4 @@ if(jobSandboxs) { jobId = delegator.getNextSeqId("JobSandbox"); } context.jobId = jobId; -context.job = job; \ No newline at end of file +context.job = job; Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/email/GetProductStoreEmailTemplate.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/email/GetProductStoreEmailTemplate.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/email/GetProductStoreEmailTemplate.groovy (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/email/GetProductStoreEmailTemplate.groovy Fri Aug 6 04:46:48 2010 @@ -31,4 +31,4 @@ if (contentRoles.size() != 0) { } } } -context.contentId = contentId; \ No newline at end of file +context.contentId = contentId; Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/feedback/FeedbackList.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/feedback/FeedbackList.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/feedback/FeedbackList.groovy (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/feedback/FeedbackList.groovy Fri Aug 6 04:46:48 2010 @@ -83,4 +83,4 @@ contents.each{ content -> commentator : commentator]; recentFeedbackList.add(entry); } -context.recentFeedbackList = recentFeedbackList; \ No newline at end of file +context.recentFeedbackList = recentFeedbackList; Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/RetrieveStoreOptions.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/RetrieveStoreOptions.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/RetrieveStoreOptions.groovy (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/RetrieveStoreOptions.groovy Fri Aug 6 04:46:48 2010 @@ -62,4 +62,4 @@ if (productStoreId != null) { context.put("storeFontTheme",storeFontTheme); } context.put("themeType",flag); -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/SoldAction.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/SoldAction.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/SoldAction.groovy (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/SoldAction.groovy Fri Aug 6 04:46:48 2010 @@ -39,4 +39,4 @@ actionList.add(inMap); hasAction = true; context.actionList = actionList; -context.hasAction = hasAction; \ No newline at end of file +context.hasAction = hasAction; Modified: ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/StoreAccount.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/StoreAccount.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/StoreAccount.groovy (original) +++ ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/WEB-INF/actions/store/StoreAccount.groovy Fri Aug 6 04:46:48 2010 @@ -40,4 +40,4 @@ if (productStoreRoles != null && ebayAcc } } context.put("stores",results); -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/LayeredNavigation.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/LayeredNavigation.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/LayeredNavigation.groovy (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/catalog/LayeredNavigation.groovy Fri Aug 6 04:46:48 2010 @@ -136,4 +136,4 @@ context.lowIndex = result.lowIndex; context.highIndex = result.highIndex; context.paging = result.paging; context.previousViewSize = result.previousViewSize; -context.searchConstraintStrings = result.searchConstraintStrings; \ No newline at end of file +context.searchConstraintStrings = result.searchConstraintStrings; Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditBillingAddress.groovy Fri Aug 6 04:46:48 2010 @@ -79,4 +79,4 @@ if (userLogin) { context.billToFaxNumber = billToFaxNumber; context.billToFaxExtension = faxPartyContactMech.extension; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditEmailAndTelecomNumber.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditEmailAndTelecomNumber.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditEmailAndTelecomNumber.groovy (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditEmailAndTelecomNumber.groovy Fri Aug 6 04:46:48 2010 @@ -41,4 +41,4 @@ if (userLogin) { context.extension = partyContactMech.extension; } } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/EditShippingAddress.groovy Fri Aug 6 04:46:48 2010 @@ -67,4 +67,4 @@ if (userLogin) { context.shipToFaxNumber = shipToFaxNumber; context.shipToFaxExtension = faxPartyContactMech.extension; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/googlebase/src/org/ofbiz/googlebase/ProductsExportToGoogle.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/src/org/ofbiz/googlebase/ProductsExportToGoogle.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/src/org/ofbiz/googlebase/ProductsExportToGoogle.java (original) +++ ofbiz/trunk/specialpurpose/googlebase/src/org/ofbiz/googlebase/ProductsExportToGoogle.java Fri Aug 6 04:46:48 2010 @@ -620,4 +620,4 @@ public class ProductsExportToGoogle { } return buildGoogleBaseConfigContext; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/GoogleBaseAdvancedSearch.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/GoogleBaseAdvancedSearch.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/GoogleBaseAdvancedSearch.groovy (original) +++ ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/GoogleBaseAdvancedSearch.groovy Fri Aug 6 04:46:48 2010 @@ -65,4 +65,4 @@ context.googleBaseConfigList = googleBas context.categoryIds = categoryIds; context.productStoreId = productStoreId; context.prodCatalogList = prodCatalogList; -context.searchCatalogId = currentCatalogId; \ No newline at end of file +context.searchCatalogId = currentCatalogId; Modified: ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/productsExportToGoogle.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/productsExportToGoogle.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/productsExportToGoogle.groovy (original) +++ ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/productsExportToGoogle.groovy Fri Aug 6 04:46:48 2010 @@ -37,4 +37,4 @@ if (parameters.productStoreId) { context.webSiteList = webSiteList; context.webSiteUrl = webSite.standardContentPrefix; parameters.webSiteUrl = webSite.standardContentPrefix;; -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/googlecheckout/GoogleCheckoutHelper.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/googlecheckout/GoogleCheckoutHelper.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/googlecheckout/GoogleCheckoutHelper.java (original) +++ ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/googlecheckout/GoogleCheckoutHelper.java Fri Aug 6 04:46:48 2010 @@ -704,4 +704,4 @@ public class GoogleCheckoutHelper { } } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy (original) +++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy Fri Aug 6 04:46:48 2010 @@ -17,4 +17,4 @@ * under the License. */ -context.facilities = delegator.findList("Facility", null, null, null, null, false); \ No newline at end of file +context.facilities = delegator.findList("Facility", null, null, null, null, false); Modified: ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy (original) +++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy Fri Aug 6 04:46:48 2010 @@ -20,4 +20,4 @@ productList = request.getAttribute("productList"); if (productList) { context.productList = productList; -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy (original) +++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy Fri Aug 6 04:46:48 2010 @@ -98,4 +98,4 @@ if (productId) { if (negativeQOH) { context.negativeQOH = "true"; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/component/Journal.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/component/Journal.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/component/Journal.java (original) +++ ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/component/Journal.java Fri Aug 6 04:46:48 2010 @@ -194,4 +194,4 @@ public class Journal { } return newNode; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java (original) +++ ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java Fri Aug 6 04:46:48 2010 @@ -242,4 +242,4 @@ public class LoadSale extends XPage { private void closeDlg() { m_dialog.closeDlg(); } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java (original) +++ ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/screen/NumericKeypad.java Fri Aug 6 04:46:48 2010 @@ -325,4 +325,4 @@ public class NumericKeypad extends XPage return; } } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/ListCurrentProjects.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/ListCurrentProjects.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/ListCurrentProjects.groovy (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/ListCurrentProjects.groovy Fri Aug 6 04:46:48 2010 @@ -38,4 +38,4 @@ allProjects.each { project -> } if (projects) { context.projects = projects; -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getLastRequestAssignment.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getLastRequestAssignment.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getLastRequestAssignment.groovy (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getLastRequestAssignment.groovy Fri Aug 6 04:46:48 2010 @@ -36,4 +36,4 @@ if (custRequestList) { } } } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getProjectId.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getProjectId.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getProjectId.groovy (original) +++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/actions/getProjectId.groovy Fri Aug 6 04:46:48 2010 @@ -30,4 +30,4 @@ if (parameters.workEffortId) { context.put("projectId", projects.get(0).getString("projectId")); context.put("projectName", projects.get(0).getString("projectName")); } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/WebPosEvents.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/WebPosEvents.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/WebPosEvents.java (original) +++ ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/WebPosEvents.java Fri Aug 6 04:46:48 2010 @@ -113,4 +113,4 @@ public class WebPosEvents { } return "success"; } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/session/WebPosSession.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/session/WebPosSession.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/session/WebPosSession.java (original) +++ ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/session/WebPosSession.java Fri Aug 6 04:46:48 2010 @@ -266,4 +266,4 @@ public class WebPosSession { super(nested); } } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java (original) +++ ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java Fri Aug 6 04:46:48 2010 @@ -515,4 +515,4 @@ public class WebPosTransaction { public ShoppingCart getCart() { return webPosSession.getCart(); } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/Login.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/Login.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/Login.groovy (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/Login.groovy Fri Aug 6 04:46:48 2010 @@ -46,4 +46,4 @@ if (productStore) { } else { context.posTerminals = delegator.findList("PosTerminal", null, null, ["posTerminalId"], null, false); } -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Main.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Main.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Main.groovy (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Main.groovy Fri Aug 6 04:46:48 2010 @@ -32,4 +32,4 @@ if (webPosSession) { } } else { context.shoppingCartSize = 0; -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Payment.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Payment.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Payment.groovy (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/buttons/Payment.groovy Fri Aug 6 04:46:48 2010 @@ -30,4 +30,4 @@ if (webPosSession) { context.totalDue = webPosSession.getCurrentTransaction().getTotalDue(); context.totalPayments = webPosSession.getCurrentTransaction().getPaymentTotal(); -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/MicroCart.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/MicroCart.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/MicroCart.groovy (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/MicroCart.groovy Fri Aug 6 04:46:48 2010 @@ -77,4 +77,4 @@ if (shoppingCart) { context.paymentCash = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "CASH"], true); context.paymentCheck = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "PERSONAL_CHECK"], true); context.paymentGift = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "GIFT_CARD"], true); -context.paymentCredit = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "CREDIT_CARD"], true); \ No newline at end of file +context.paymentCredit = delegator.findOne("PaymentMethodType", ["paymentMethodTypeId" : "CREDIT_CARD"], true); Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/cart/ShowCart.groovy Fri Aug 6 04:46:48 2010 @@ -40,4 +40,4 @@ if (request.getAttribute("add_product_id add_product_id = request.getParameter("add_product_id"); product = delegator.findOne("Product", [productId : add_product_id], true); context.product = product; -} \ No newline at end of file +} Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/manager/PaidOutAndIn.groovy URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/manager/PaidOutAndIn.groovy?rev=982870&r1=982869&r2=982870&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/manager/PaidOutAndIn.groovy (original) +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/actions/manager/PaidOutAndIn.groovy Fri Aug 6 04:46:48 2010 @@ -20,4 +20,4 @@ import org.ofbiz.entity.condition.*; context.paidReasonIn = delegator.findList("Enumeration", EntityCondition.makeCondition("enumTypeId", EntityOperator.EQUALS, "POS_PAID_REASON_IN") , null, ["sequenceId"], null, false); -context.paidReasonOut = delegator.findList("Enumeration", EntityCondition.makeCondition("enumTypeId", EntityOperator.EQUALS, "POS_PAID_REASON_OUT"), null, ["sequenceId"], null, false); \ No newline at end of file +context.paidReasonOut = delegator.findList("Enumeration", EntityCondition.makeCondition("enumTypeId", EntityOperator.EQUALS, "POS_PAID_REASON_OUT"), null, ["sequenceId"], null, false); |
| Free forum by Nabble | Edit this page |
