details:   https://code.openbravo.com/erp/devel/pi/rev/d90239fe8f9e
changeset: 22065:d90239fe8f9e
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Fri Feb 21 00:39:02 2014 +1200
summary:   Related to issue 19728: Do more JS code formatting

diffstat:

 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
                |  8 ++++----
 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/materialmgmt/ob-reservedGoodMovement.js
 |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r 741f0ef02c97 -r d90239fe8f9e 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
 Thu Feb 20 11:21:18 2014 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
 Fri Feb 21 00:39:02 2014 +1200
@@ -1391,10 +1391,10 @@
           if (this.childTabSet.visibility === 'hidden') {
             this.childTabSet.show();
             if (tabViewPane.showTabIf && !tabViewPane.data && 
!tabViewPane.refreshingData && tabViewPane.isVisible()) {
-                // If the child tab does not have data yet, refresh it
-                tabViewPane.refreshingData = true;
-                tabViewPane.refresh();
-              }
+              // If the child tab does not have data yet, refresh it
+              tabViewPane.refreshingData = true;
+              tabViewPane.refresh();
+            }
           }
           this.childTabSet.tabBar.members[i].show();
           tabViewPane.hidden = false;
diff -r 741f0ef02c97 -r d90239fe8f9e 
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/materialmgmt/ob-reservedGoodMovement.js
--- 
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/materialmgmt/ob-reservedGoodMovement.js
  Thu Feb 20 11:21:18 2014 +0100
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/materialmgmt/ob-reservedGoodMovement.js
  Fri Feb 21 00:39:02 2014 +1200
@@ -20,7 +20,7 @@
 OB.ReservedGoodMovement = OB.ReservedGoodMovement || {};
 
 /**
- * Check that entered movementqty is not higher than 
(ReservedQty-releasedQty). 
+ * Check that entered movementqty is not higher than (ReservedQty-releasedQty).
  * Check that entered movementqty is higher than 0
  */
 OB.ReservedGoodMovement.QuantityValidate = function (item, validator, value, 
record) {
@@ -50,7 +50,7 @@
 };
 
 /**
- * Check that entered storageBin is different from actual storageBin. 
+ * Check that entered storageBin is different from actual storageBin.
  * Check that entered storageBin is not null
  */
 
@@ -69,4 +69,4 @@
   }
 
   return true;
-};
+};
\ No newline at end of file

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to