You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/10/26 09:07:13 UTC

svn commit: r829722 - /ofbiz/trunk/specialpurpose/pos/config/parameters.properties

Author: jleroux
Date: Mon Oct 26 08:07:13 2009
New Revision: 829722

URL: http://svn.apache.org/viewvc?rev=829722&view=rev
Log:
Argh, wrong default value :/

Modified:
    ofbiz/trunk/specialpurpose/pos/config/parameters.properties

Modified: ofbiz/trunk/specialpurpose/pos/config/parameters.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/config/parameters.properties?rev=829722&r1=829721&r2=829722&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/config/parameters.properties (original)
+++ ofbiz/trunk/specialpurpose/pos/config/parameters.properties Mon Oct 26 08:07:13 2009
@@ -20,7 +20,7 @@
 
 # Used with a touch screen to allow showing vituals keyboards (alpha and keypad). True by default
 # For now this properties is used with both. Maybe at some point we will need to split them (both in the same screen for instance)
-ShowKeyboardInSaveSale=N
+ShowKeyboardInSaveSale=Y
 # Used with MSR to allow to force swiping from card when showKeyboardInSaveSale is also true 
 # For instance the card number in Client Profile screen. False by default
 SwipWithCard=N