Author: jonesde
Date: Mon Aug 27 02:17:29 2007
New Revision: 570050
URL:
http://svn.apache.org/viewvc?rev=570050&view=revLog:
Decided these are better gone than renamed, will then show up as unknown columns when doing the entity engine db meta data check, which should ALWAYS be done when updating
Modified:
ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml
Modified: ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml?rev=570050&r1=570049&r2=570050&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Mon Aug 27 02:17:29 2007
@@ -344,8 +344,6 @@
<field name="replenishLevel" type="currency-amount"></field>
<field name="actualBalance" type="currency-amount"><description>Calculated as the sum of FinAccountTrans.amount</description></field>
<field name="availableBalance" type="currency-amount"><description>Calculated as actualBalance minus sum of outstanding FinAccountAuth.amount</description></field>
- <field name="oldIsFrozen" col-name="IS_FROZEN" type="indicator"><description>DEPRECATED: This is meant to be set manually by a company representative to freeze an account so further transactions are not allowed.</description></field>
- <field name="oldInGoodStanding" col-name="IN_GOOD_STANDING" type="indicator"><description>DEPRECATED: This is set automatically by the auto-replenishment code to allow one transaction to bring the balance below zero and then if any other transactions are attempted during replenishment they will be rejected.</description></field>
<prim-key field="finAccountId"/>
<relation type="one" fk-name="FINACCT_TYPE" rel-entity-name="FinAccountType">
<key-map field-name="finAccountTypeId"/>