We've pretty much managed to avoid using explicit col-name's everywhere in the stock data model... we should really change the field name.
If I don't see anything in a bit I'll do the search/replace and change this.
-David
[hidden email] wrote:
> Author: sichen
> Date: Thu Sep 6 07:02:25 2007
> New Revision: 573270
>
> URL:
http://svn.apache.org/viewvc?rev=573270&view=rev> Log:
> Fix for Shipment.additionalShippingChargeDesc > 30chars. Thanks to Hans Bakker for pointing this out.
>
> Modified:
> ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml
>
> Modified: ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml
> URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml?rev=573270&r1=573269&r2=573270&view=diff> ==============================================================================
> --- ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml (original)
> +++ ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml Thu Sep 6 07:02:25 2007
> @@ -545,7 +545,7 @@
> <field name="partyIdTo" type="id"></field>
> <field name="partyIdFrom" type="id"></field>
> <field name="additionalShippingCharge" type="currency-amount"></field>
> - <field name="additionalShippingChargeDesc" type="long-varchar"></field>
> + <field name="additionalShippingChargeDesc" type="long-varchar" col-name="ADDTL_SHIPPING_CHARGE_DESC"></field>
> <field name="createdDate" type="date-time"></field>
> <field name="createdByUserLogin" type="id-vlong"></field>
> <field name="lastModifiedDate" type="date-time"></field>
>
>