You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2010/12/27 15:19:30 UTC

svn commit: r1053074 [3/3] - in /ofbiz/trunk/applications: order/src/org/ofbiz/order/shoppingcart/shipping/ product/config/ product/data/ product/entitydef/ product/servicedef/ product/src/org/ofbiz/shipment/shipment/ product/src/org/ofbiz/shipment/thi...

Modified: ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigForms.xml?rev=1053074&r1=1053073&r2=1053074&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/ShipmentGatewayConfigForms.xml Mon Dec 27 14:19:29 2010
@@ -224,6 +224,13 @@ under the License.
                 <option key="20" description="${uiLabelMap.FacilityShipmentUpsPickupAirServiceCenter}"/>
             </drop-down>
         </field>
+        <field name="customerClassification" title="${uiLabelMap.FacilityShipmentUpsCustomerClassification}">
+            <drop-down>
+                <option key="01" description="${uiLabelMap.FacilityShipmentUpsCustomerClassificationWholesale}"/>
+                <option key="03" description="${uiLabelMap.FacilityShipmentUpsCustomerClassificationOccasional}"/>
+                <option key="04" description="${uiLabelMap.FacilityShipmentUpsCustomerClassificationRetail}"/>
+            </drop-down>
+        </field>
         <field name="maxEstimateWeight" title="${uiLabelMap.FacilityShipmentUpsMaxEstimateWeight}">
             <text size="9" maxlength="9"/>
         </field>