AddGlAccount screen did not work.
---------------------------------
Key: OFBIZ-1178
URL: https://issues.apache.org/jira/browse/OFBIZ-1178
Project: OFBiz
Issue Type: Bug
Components: accounting
Affects Versions: SVN trunk
Reporter: polawat phetra
Priority: Minor
I 'm try to add new Gl Account by using the screen "AddGlAccount" that define
in
"applications/accounting/webapp/accounting/WEB-INF/controller.xml".
The screen is display but missing entry field for GL Account Id.
After some investigate, I think that there is a missing "entity-one" definition
in "accounting/widget/AccountingScreens.xml".
After apply this patch. "AddGlAccount" screen seem to work properly.
Index: applications/accounting/widget/AccountingScreens.xml
===================================================================
--- applications/accounting/widget/AccountingScreens.xml (revision
562342)
+++ applications/accounting/widget/AccountingScreens.xml (working copy)
@@ -247,6 +247,8 @@
<set field="titleProperty" value="PageTitleAddGlAccount"/>
<set field="tabButtonItem" value=""/>
<set field="labelTitleProperty" value=""/>
+ <set field="glAccountId" value=""/>
+ <entity-one entity-name="GlAccount" value-name="glAccount"/>
</actions>
<widgets>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.