details: https://code.openbravo.com/erp/devel/pi/rev/b818875ced2a
changeset: 14964:b818875ced2a
user: Martin Taal <martin.taal <at> openbravo.com>
date: Wed Dec 28 13:40:21 2011 +0100
summary: Related to issue 19364: Payment Monitor section in the Invoices does
not appear
diffstat:
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
| 12 +++++-----
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r 61783903ec40 -r b818875ced2a
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
---
a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
Wed Dec 28 13:38:53 2011 +0100
+++
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
Wed Dec 28 13:40:21 2011 +0100
@@ -257,10 +257,10 @@
this.noteSection.collapseSection(true);
delete this.noteSection.hiddenInForm;
this.noteSection.refresh();
- this.noteSection.show(true);
+ this.noteSection.show();
} else {
this.noteSection.hiddenInForm = true;
- this.noteSection.hide(true);
+ this.noteSection.hide();
}
},
@@ -272,10 +272,10 @@
this.linkedItemSection.collapseSection(true);
this.linkedItemSection.setRecordInfo(this.view.entity,
this.getValue(OB.Constants.ID));
delete this.linkedItemSection.hiddenInForm;
- this.linkedItemSection.show(true);
+ this.linkedItemSection.show();
} else {
this.linkedItemSection.hiddenInForm = true;
- this.linkedItemSection.hide(true);
+ this.linkedItemSection.hide();
}
},
@@ -287,10 +287,10 @@
this.attachmentsSection.collapseSection(true);
this.attachmentsSection.setRecordInfo(this.view.entity,
this.getValue(OB.Constants.ID), this.view.tabId);
delete this.attachmentsSection.hiddenInForm;
- this.attachmentsSection.show(true);
+ this.attachmentsSection.show();
} else {
this.attachmentsSection.hiddenInForm = true;
- this.attachmentsSection.hide(true);
+ this.attachmentsSection.hide();
}
},
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits