details: /erp/devel/pi/rev/e6bc9b3a2f58
changeset: 7121:e6bc9b3a2f58
user: Asier Lostalé <asier.lostale <at> openbravo.com>
date: Thu Apr 22 18:13:30 2010 +0200
summary: fixed bug 12893: No message when saving in field sequence tab
diffstat:
src-wad/src/org/openbravo/wad/javasourceSortTab.javaxml | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r dc5494f72eac -r e6bc9b3a2f58
src-wad/src/org/openbravo/wad/javasourceSortTab.javaxml
--- a/src-wad/src/org/openbravo/wad/javasourceSortTab.javaxml Thu Apr 22
17:47:21 2010 +0200
+++ b/src-wad/src/org/openbravo/wad/javasourceSortTab.javaxml Thu Apr 22
18:13:30 2010 +0200
@@ -12,7 +12,7 @@
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2001-2009 Openbravo SLU
+ * All portions are Copyright (C) 2001-2010 Openbravo SLU
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
@@ -142,7 +142,13 @@
}
}
- if (!error) releaseCommitConnection(conn);
+ if (!error) {
+ OBError message = new OBError();
+ message.setType("Success");
+ message.setTitle(Utility.messageBD(this, "Success",
vars.getLanguage()));
+ vars.setMessage(tabId, message);
+ releaseCommitConnection(conn);
+ }
} catch (NoConnectionAvailableException ex) {
bdErrorConnection(response);
return;
------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits