You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2018/07/14 05:30:45 UTC

svn commit: r1835870 - /ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/accounting-entitymodel.xml

Author: deepak
Date: Sat Jul 14 05:30:45 2018
New Revision: 1835870

URL: http://svn.apache.org/viewvc?rev=1835870&view=rev
Log:
Fixed: Invalid content was found starting with element 'field'.
(OFBIZ-10391)

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

Modified: ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/accounting-entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/accounting-entitymodel.xml?rev=1835870&r1=1835869&r2=1835870&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/accounting-entitymodel.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/accounting-entitymodel.xml Sat Jul 14 05:30:45 2018
@@ -2464,6 +2464,7 @@ under the License.
                 If the error journal is set, if the GL posting fails for some reason the triggering operation (finalizing an invoice or payment or whatever) would NOT roll back, instead the partial GL post would be placed into the error journal.
             </description>
         </field>
+        <field name="enableAccounting" type="indicator"/>
         <!-- Deprecated Field-->
         <field name="oldInvoiceSequenceEnumId" col-name="INVOICE_SEQUENCE_ENUM_ID" type="id"/>
         <field name="oldOrderSequenceEnumId" col-name="ORDER_SEQUENCE_ENUM_ID" type="id"/>
@@ -2506,7 +2507,6 @@ under the License.
         <relation type="one" fk-name="ACTGPREF_ODRSQ" title="OrderSequence" rel-entity-name="Enumeration">
             <key-map field-name="oldOrderSequenceEnumId" rel-field-name="enumId"/>
         </relation>
-        <field name="enableAccounting" type="indicator"/>
     </entity>
     <entity entity-name="PartyPrefDocTypeTpl"
             package-name="org.apache.ofbiz.accounting.ledger"