Author: ashish
Date: Thu Nov 12 12:07:25 2009
New Revision: 835359

URL: http://svn.apache.org/viewvc?rev=835359&view=rev
Log:
Applied patch from Parimal Gain - Getting error in create PartyAccounting 
Preference record.

To reproduce the issue perform following steps -

    * Select Organizations at 
https://localhost:8443/accounting/control/PartyAcctgPreference (say Testing 
Team 1)
    * After selection at next page fill form by required fields.
    * Submit form by click on "Add" button.
    * You will get error message here.

Modified:
    ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml?rev=835359&r1=835358&r2=835359&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Thu Nov 12 
12:07:25 2009
@@ -72,7 +72,7 @@
         <field name="submitButton" 
title="${uiLabelMap.AccountingCreateAssignment}"><submit 
button-type="button"/></field>
     </form>
 
-    <form name="PartyAcctgPreference" type="single" 
target="createPartyAcctgPreference" 
default-service-name="createPartyAcctgPreference" 
default-map-name="agregatedPartyAcctgPreference"
+    <form name="PartyAcctgPreference" type="single" 
target="createPartyAcctgPreference"
             header-row-style="header-row" default-table-style="basic-table">
         <actions>
             <service service-name="getPartyAccountingPreferences" 
result-map="result">


Reply via email to