details:   https://code.openbravo.com/erp/devel/pi/rev/42c1ec2c8b72
changeset: 13844:42c1ec2c8b72
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Tue Sep 27 18:05:41 2011 -0400
summary:   fixed issue 18632: Allow module customizations in TabAttachments

diffstat:

 src/org/openbravo/erpCommon/businessUtility/TabAttachments.java |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 3a46437a6c9b -r 42c1ec2c8b72 
src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
--- a/src/org/openbravo/erpCommon/businessUtility/TabAttachments.java   Tue Sep 
27 13:58:21 2011 +0200
+++ b/src/org/openbravo/erpCommon/businessUtility/TabAttachments.java   Tue Sep 
27 18:05:41 2011 -0400
@@ -66,6 +66,11 @@
       ServletException {
 
     final VariablesSecureApp vars = new VariablesSecureApp(request);
+    post(vars, request, response);
+  }
+
+  public void post(VariablesSecureApp vars, HttpServletRequest request, 
HttpServletResponse response)
+      throws IOException, ServletException {
     OBError myMessage = null;
 
     if (vars.getCommand().startsWith("SAVE_NEW")) {

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to