diff -r 06df42984039 web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
--- a/web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js	Fri Nov 27 14:37:00 2015 +0530
+++ b/web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js	Mon Feb 22 18:51:06 2016 +0100
@@ -825,10 +825,11 @@
     });
   },
 
-  addProductToReceipt: function (keyboard, product) {
+  addProductToReceipt: function (keyboard, product, qty) {
     keyboard.doAddProduct({
       product: product,
-      ignoreStockTab: true
+      ignoreStockTab: true,
+      qty: qty ? qty : 1
     });
     keyboard.receipt.trigger('scan');
   }

