You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/11/05 19:38:53 UTC

svn commit: r711652 - /ofbiz/trunk/applications/product/config/shipment.properties

Author: jleroux
Date: Wed Nov  5 10:38:52 2008
New Revision: 711652

URL: http://svn.apache.org/viewvc?rev=711652&view=rev
Log:
Replaced some weird characters by spaces

Modified:
    ofbiz/trunk/applications/product/config/shipment.properties

Modified: ofbiz/trunk/applications/product/config/shipment.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/shipment.properties?rev=711652&r1=711651&r2=711652&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/shipment.properties (original)
+++ ofbiz/trunk/applications/product/config/shipment.properties Wed Nov  5 10:38:52 2008
@@ -82,28 +82,28 @@
 # minimum be equal to the value below.
 shipment.ups.min.estimate.weight=.1
 
-#ÊCOD
-#ÊWill be applied if shipment.ups.cod.allowCOD is true and all shipment package items
-#Êare from orders which have been fully paid via EXT_COD
+# COD
+# Will be applied if shipment.ups.cod.allowCOD is true and all shipment package items
+# are from orders which have been fully paid via EXT_COD
 shipment.ups.cod.allowCOD=true
 shipment.ups.cod.surcharge.amount=9
 shipment.ups.cod.surcharge.currencyUomId=USD
 
-#Êshipment.ups.cod.surcharge.applyToPackages:
-#Êall - surcharge amount will be applied to each shipment package
-#Êfirst - surcharge amount will be applied to the first package in the shipment
-#Êsplit - surcharge amount will be split between shipment packages (fractional cents are rounded
-#Ê        via symmetric arithmetic rounding)
+# shipment.ups.cod.surcharge.applyToPackages:
+# all - surcharge amount will be applied to each shipment package
+# first - surcharge amount will be applied to the first package in the shipment
+# split - surcharge amount will be split between shipment packages (fractional cents are rounded
+#         via symmetric arithmetic rounding)
 # none - the surcharge will not be applied to any packages (use this when COD surcharges have been applied
 #        earlier in the process, such as during the order entry process
 shipment.ups.cod.surcharge.applyToPackages=first
 
-#ÊCODFundsCode
-#ÊThe code that indicates the type of funds used for the COD payment. 
-#ÊFor package-level COD: 
-#Ê0 = Unsecured funds allowed (check, cashier's check or money order - no cash allowed)
-#Ê8 = Secured Funds only (cashier's check or money order - no cash allowed)
-#ÊShipment-level COD: Not supported 
+# CODFundsCode
+# The code that indicates the type of funds used for the COD payment. 
+# For package-level COD: 
+# 0 = Unsecured funds allowed (check, cashier's check or money order - no cash allowed)
+# 8 = Secured Funds only (cashier's check or money order - no cash allowed)
+# Shipment-level COD: Not supported 
 shipment.ups.cod.codFundsCode=0
 
 ############################################