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...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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...

mrisaliti
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>