details:   https://code.openbravo.com/erp/devel/pi/rev/6d2315567e5f
changeset: 31033:6d2315567e5f
user:      Mark <markmm82 <at> gmail.com>
date:      Wed Dec 21 09:15:42 2016 -0500
summary:   Related to issue 34589: Fixed code format

diffstat:

 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ProcessInvoice.java
 |  16 +++++-----
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (26 lines):

diff -r c305082199cf -r 6d2315567e5f 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ProcessInvoice.java
--- 
a/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ProcessInvoice.java
 Mon Dec 19 13:56:15 2016 -0500
+++ 
b/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ProcessInvoice.java
 Wed Dec 21 09:15:42 2016 -0500
@@ -263,14 +263,14 @@
                 if (pd != null
                     && (pd.getFinPayment().getStatus().equals("RPAE") || 
pd.getFinPayment()
                         .getStatus().equals("RPAP"))) {
-                    msg = new OBError();
-                    msg.setType("Error");
-                    msg.setTitle(Utility.messageBD(this, "Error", 
vars.getLanguage()));
-                    msg.setMessage(OBMessageUtils
-                        
.messageBD("APRM_InvoiceAwaitingExcutionPaymentRelated"));
-                    vars.setMessage(strTabId, msg);
-                    printPageClosePopUp(response, vars, 
Utility.getTabURL(strTabId, "R", true));
-                    return;
+                  msg = new OBError();
+                  msg.setType("Error");
+                  msg.setTitle(Utility.messageBD(this, "Error", 
vars.getLanguage()));
+                  msg.setMessage(OBMessageUtils
+                      
.messageBD("APRM_InvoiceAwaitingExcutionPaymentRelated"));
+                  vars.setMessage(strTabId, msg);
+                  printPageClosePopUp(response, vars, 
Utility.getTabURL(strTabId, "R", true));
+                  return;
                 }
               }
             }

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to