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 2011/11/28 13:42:53 UTC

svn commit: r1207111 - /ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml

Author: hansbak
Date: Mon Nov 28 12:42:53 2011
New Revision: 1207111

URL: http://svn.apache.org/viewvc?rev=1207111&view=rev
Log:
show status field in thge overview

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml?rev=1207111&r1=1207110&r2=1207111&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml Mon Nov 28 12:42:53 2011
@@ -1082,6 +1082,7 @@ under the License.
                 <parameter param-name="salesOpportunityId"/>
             </hyperlink>
         </field>
+        <field name="opportunityStageId" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="SalesOpportunityStage" description="${description}"/></field>
         <field name="estimatedAmount"><display/></field>
         <field name="partyId"><display/></field>
     </form>