Related to issue
26838 : Changed incorrect comment message
--- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js Mon Jun 23 15:59:11 2014 +0530
+++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js Mon Jun 23 16:12:52 2014 +0530
@@ -1904,7 +1904,7 @@
refreshCallback();
}
// only perform refresh if the viewForm has a valid record.
- // else a request is not done with incomplete criteria which results in non paginated request.
+ // else a request is done with incomplete criteria which results in non paginated request.
// Refer issue https://issues.openbravo.com/view.php?id=26838
if (me.viewForm.getValues()[OB.Constants.ID]) {
me.viewForm.refresh();