[ https://issues.apache.org/jira/browse/OFBIZ-11221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042540#comment-17042540 ]
Ratnesh Upadhyay commented on OFBIZ-11221: ------------------------------------------ [~Pradyum] Thanks for your patch, I quickly reviewed your patch and I think instead of using common label you can use following, when there is quoteId present in parameters then display edit quote and if it is not present then display new quote. {code:java} <screenlet title="${groovy: parameters.quoteId ? uiLabelMap.EditQuote : uiLabelMap.NewQuote}"> {code} Please check and add the appropriate uiLabels for the same, if needed. Thanks! > Wrong heading on creating quote under order component. > ------------------------------------------------------ > > Key: OFBIZ-11221 > URL: https://issues.apache.org/jira/browse/OFBIZ-11221 > Project: OFBiz > Issue Type: Bug > Components: order > Affects Versions: Trunk > Reporter: jai kumar raghuwanshi > Priority: Trivial > Attachments: OFBIZ-11221.patch, ordermgr.png > > > Steps to re-generate : > 1. Login with the username and password. > 2. Go to order component order. > 3. Click on Quotes > 4. Click on new quotes > Error: Edit quote is shown on the place of New quote. > Actual: New quote should be shown on the place of edit quote on UI. -- This message was sent by Atlassian Jira (v8.3.4#803005)