You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2013/07/11 06:33:04 UTC

svn commit: r1502116 - in /ofbiz/trunk/applications/accounting: entitydef/entitymodel_reports.xml src/org/ofbiz/accounting/invoice/InvoiceServices.java widget/GlSetupForms.xml

Author: hansbak
Date: Thu Jul 11 04:33:04 2013
New Revision: 1502116

URL: http://svn.apache.org/r1502116
Log:
spelling error in reference number field invoice export/import

Modified:
    ofbiz/trunk/applications/accounting/entitydef/entitymodel_reports.xml
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java
    ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

Modified: ofbiz/trunk/applications/accounting/entitydef/entitymodel_reports.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/entitydef/entitymodel_reports.xml?rev=1502116&r1=1502115&r2=1502116&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/entitydef/entitymodel_reports.xml (original)
+++ ofbiz/trunk/applications/accounting/entitydef/entitymodel_reports.xml Thu Jul 11 04:33:04 2013
@@ -93,7 +93,7 @@ under the License.
         <alias entity-alias="INV" name="partyId"/>
         <alias entity-alias="PTO" name="partyIdTrans" field="idValue"/>
         <alias entity-alias="INV" name="currencyUomId"/>
-        <alias entity-alias="INV" name="referenceNum"/>
+        <alias entity-alias="INV" name="referenceNumber"/>
         <alias entity-alias="ITM" name="invoiceItemSeqId"/>
         <alias entity-alias="ITM" name="invoiceItemTypeId"/>
         <alias entity-alias="ITM" name="itemDescription" field="description"/>

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java?rev=1502116&r1=1502115&r2=1502116&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java Thu Jul 11 04:33:04 2013
@@ -3379,7 +3379,7 @@ public class InvoiceServices {
         				"dueDate", rec.get("dueDate"),
         				"currencyUomId", rec.get("currencyUomId"),
         				"description", rec.get("description"),
-        				"referenceNum", rec.get("referenceNum") + "   Imported: orginal InvoiceId: " + currentInvoiceId,
+        				"referenceNumber", rec.get("referenceNumber") + "   Imported: orginal InvoiceId: " + currentInvoiceId,
                 		"userLogin", userLogin
                 		);
 

Modified: ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml?rev=1502116&r1=1502115&r2=1502116&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Thu Jul 11 04:33:04 2013
@@ -109,7 +109,7 @@ under the License.
         <field name="partyIdTrans" title="partyIdTrans"><display/></field>
         <field name="currencyUomId" title="currencyUomId"><display/></field>
         <field name="description" title="description"><display/></field>
-        <field name="referenceNum" title="referenceNum"><display/></field>
+        <field name="referenceNumber" title="referenceNumber"><display/></field>
         <field name="invoiceItemSeqId" title="invoiceItemSeqId"><display/></field>
         <field name="invoiceItemTypeId" title="invoiceItemTypeId"><display/></field>
         <field name="productId" title="productId"><display/></field>