svn commit: r1746717 - /ofbiz/trunk/applications/datamodel/entitydef/shipment-entitymodel.xml

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

svn commit: r1746717 - /ofbiz/trunk/applications/datamodel/entitydef/shipment-entitymodel.xml

jleroux@apache.org
Author: jleroux
Date: Fri Jun  3 13:50:17 2016
New Revision: 1746717

URL: http://svn.apache.org/viewvc?rev=1746717&view=rev
Log:
Reverts an unwanted change introduced with r1743422. I guess Pierre Smits forgot to remove it when he proposed his patch for OFBIZ-6738

Modified:
    ofbiz/trunk/applications/datamodel/entitydef/shipment-entitymodel.xml

Modified: ofbiz/trunk/applications/datamodel/entitydef/shipment-entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/datamodel/entitydef/shipment-entitymodel.xml?rev=1746717&r1=1746716&r2=1746717&view=diff
==============================================================================
--- ofbiz/trunk/applications/datamodel/entitydef/shipment-entitymodel.xml (original)
+++ ofbiz/trunk/applications/datamodel/entitydef/shipment-entitymodel.xml Fri Jun  3 13:50:17 2016
@@ -941,7 +941,6 @@ under the License.
       <field name="accessPassword" type="value" encrypt="true"><description>USPS Access Password</description></field>
       <field name="maxEstimateWeight" type="numeric"><description>Estimate split into packages</description></field>
       <field name="test" type="short-varchar"><description>Test/Production mode</description></field>
-      <field name="setup" type="short-varchar"><description>Test/Production mode</description></field>
       <prim-key field="shipmentGatewayConfigId"/>
       <relation type="one" fk-name="SGUSPS_SGC" rel-entity-name="ShipmentGatewayConfig">
         <key-map field-name="shipmentGatewayConfigId"/>
@@ -1427,7 +1426,6 @@ under the License.
             title="Shipment Type Attribute Entity">
       <field name="shipmentTypeId" type="id-ne"></field>
       <field name="attrName" type="id-long-ne"></field>
-      <field name="description" type="description"></field>
       <prim-key field="shipmentTypeId"/>
       <prim-key field="attrName"/>
       <relation type="one" fk-name="SHPMNT_TYPATR" rel-entity-name="ShipmentType">