Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Applied fix from trunk for revision: 909281 - Fixed "create quote fro…
Browse files Browse the repository at this point in the history
…m request" link. Reported in user list by James

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches/release09.04@909283 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bibryam committed Feb 12, 2010
1 parent b7ec824 commit a61a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/order/widget/ordermgr/Menus.xml
Expand Up @@ -245,7 +245,7 @@ under the License.
<condition>
<and>
<not><if-empty field="custRequest"/></not>
<if-compare field="custRequest" operator="equals" value="RF_QUOTE"/>
<if-compare field="custRequest.custRequestTypeId" operator="equals" value="RF_QUOTE"/>
</and>
</condition>
<link target="createQuoteFromCustRequest">
Expand Down

0 comments on commit a61a380

Please sign in to comment.