BF [ 2839133 ] - Registrations in web store not correctly allocated to BP
https://sourceforge.net/tracker/?func=detail&aid=2839133&group_id=176962&atid=879332
This commit is contained in:
parent
6c61fd5d60
commit
b569e4e9d1
|
@ -270,6 +270,7 @@ public class RegistrationServlet extends HttpServlet
|
|||
WebUtil.createForwardPage(response, "Name is Mandatory", "registrations.jsp", 4);
|
||||
return;
|
||||
}
|
||||
reg.setC_BPartner_ID(wu.getBpartnerID());
|
||||
reg.setName(name);
|
||||
String description = WebUtil.getParameter (request, "Description");
|
||||
if (description != null && description.length() > 0)
|
||||
|
|
Loading…
Reference in New Issue