# HG changeset patch
# User Ranjith S R <ranjith@qualiantech.com>
# Date 1491210967 -19800
#      Mon Apr 03 14:46:07 2017 +0530
# Node ID 4f0e78722777f824ccefb10f5abbe98ac76f5295
# Parent  add3fd8acea751d546a0261c2a78ca5530e6053f
Related to issue 35631 : Enabled Minus key in Cashup Keyboard

diff -r add3fd8acea7 -r 4f0e78722777 web/org.openbravo.mobile.core/source/component/ob-keyboard.js
--- a/web/org.openbravo.mobile.core/source/component/ob-keyboard.js	Thu Mar 30 17:05:22 2017 +0200
+++ b/web/org.openbravo.mobile.core/source/component/ob-keyboard.js	Mon Apr 03 14:46:07 2017 +0530
@@ -287,7 +287,9 @@
                   kind: 'OB.UI.ButtonKey',
                   label: '-',
                   classButton: 'btnkeyboard-num btnkeyboard-minus',
-                  name: 'OBKEY_right_cashup_A'
+                  command: '-',
+                  name: 'OBKEY_right_cashup_A',
+                  description: '- button used for cashup'
                 }]
               }, {
                 classes: 'span6',
