# HG changeset patch
# User Adrián Romero <adrianromero@openbravo.com>
# Date 1488809173 -3600
#      Mon Mar 06 15:06:13 2017 +0100
# Node ID d5e8141574bc6d36de78941ce69f4802a454a42a
# Parent  a62a81af42010d22c8ef70772ece08f05ecab04b
Fixes issue 0035437: [SER-QA 2468] In customer edition window, if there are several custom attributes the scroll is not in the popup.

diff --git a/web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/components/sharedcomponents.js b/web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/components/sharedcomponents.js
--- a/web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/components/sharedcomponents.js
+++ b/web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/components/sharedcomponents.js
@@ -315,7 +315,7 @@
   }, {
     name: 'customerAttributes',
     kind: 'Scroller',
-    maxHeight: '550px',
+    maxHeight: '500px',
     horizontal: 'hidden',
     components: [{
       name: 'customerOnlyFields'
