Author: deepak
Date: Sat May 12 08:31:44 2018
New Revision: 1831455
URL:
http://svn.apache.org/viewvc?rev=1831455&view=revLog:
Fixed: Error in Create Billing Account from Party Profile
(OFBIZ-10004)
Thanks Mohammad Kathawala for reporting the issue.
Modified:
ofbiz/branches/release16.11/applications/party/webapp/partymgr/WEB-INF/controller.xml
Modified: ofbiz/branches/release16.11/applications/party/webapp/partymgr/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=1831455&r1=1831454&r2=1831455&view=diff==============================================================================
--- ofbiz/branches/release16.11/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release16.11/applications/party/webapp/partymgr/WEB-INF/controller.xml Sat May 12 08:31:44 2018
@@ -1102,6 +1102,12 @@ under the License.
<response name="success" type="view" value="viewprofile"/>
<response name="error" type="view" value="viewprofile"/>
</request-map>
+ <request-map uri="createBillingAccountAndRole">
+ <security https="true" auth="true"/>
+ <event type="service" invoke="createBillingAccountAndRole"/>
+ <response name="success" type="view" value="EditBillingAccount"/>
+ <response name="error" type="view" value="EditBillingAccount"/>
+ </request-map>
<!-- Order communication event requests -->
<request-map uri="UpdateCommOrders">