details:   https://code.openbravo.com/erp/devel/pi/rev/555a041a6d17
changeset: 22699:555a041a6d17
user:      Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> 
openbravo.com>
date:      Thu Mar 13 13:49:10 2014 +0530
summary:   Fixes Issue 25756: Impossible to choose a non variant product 
characteristic

diffstat:

 web/js/productCharacteristicsProcess.js |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 6eec2bc4a068 -r 555a041a6d17 web/js/productCharacteristicsProcess.js
--- a/web/js/productCharacteristicsProcess.js   Thu Mar 13 00:52:59 2014 +0530
+++ b/web/js/productCharacteristicsProcess.js   Thu Mar 13 13:49:10 2014 +0530
@@ -58,8 +58,8 @@
 // This popup will show a combo for each of the product invariant
 // characteristics, and OK and Cancel buttons.
 isc.UpdateInvariantCharacteristicsPopup.addProperties({
-  width: 320,
-  height: 200,
+  width: 400,
+  height: 300,
   title: 'Update Characteristics',
   canDragResize: false,
   showMinimizeButton: false,
@@ -144,6 +144,8 @@
       defaultLayoutAlign: 'center',
       align: 'center',
       width: '100%',
+      height: 300,
+      overflow: 'auto',
       layoutMargin: 10,
       membersMargin: 6,
       members: [
@@ -163,4 +165,4 @@
     this.Super('initWidget', arguments);
   }
 
-});
\ No newline at end of file
+});

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to