details:   https://code.openbravo.com/erp/devel/pi/rev/65891cafc3a4
changeset: 16463:65891cafc3a4
user:      Mikel Irurita <mikel.irurita <at> openbravo.com>
date:      Wed May 09 13:47:38 2012 +0200
summary:   Related to issue 15092: hide * org in Payment execution window

diffstat:

 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.java
 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r b674e1b44a43 -r 65891cafc3a4 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.java
--- 
a/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.java
 Thu Apr 26 13:39:57 2012 +0200
+++ 
b/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.java
 Wed May 09 13:47:38 2012 +0200
@@ -153,8 +153,9 @@
     }
     try {
       ComboTableData comboTableData = new ComboTableData(vars, this, 
"TABLEDIR", "AD_Org_ID", "",
-          "", Utility.getContext(this, vars, "#User_Org", 
"BatchPaymentExecution"),
-          Utility.getContext(this, vars, "#User_Client", 
"BatchPaymentExecution"), 0);
+          "49DC1D6F086945AB82F84C66F5F13F16", Utility.getContext(this, vars, 
"#User_Org",
+              "BatchPaymentExecution"), Utility.getContext(this, vars, 
"#User_Client",
+              "BatchPaymentExecution"), 0);
       Utility.fillSQLParameters(this, vars, null, comboTableData, 
"PrintInvoices", "");
       xmlDocument.setData("reportAD_ORGID", "liststructure", 
comboTableData.select(false));
       comboTableData = null;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to