POS - Translate some text & numpad (#14765)

* make label & placeholder translatable

* numpad translatable

* Update point_of_sale.js

remove debugger
This commit is contained in:
Mohammed R Abukhamseen
2018-07-01 14:14:09 +03:00
committed by Nabin Hait
parent e3daaa63f0
commit 8662a4f677
2 changed files with 29 additions and 44 deletions

View File

@@ -408,7 +408,7 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({
this.search_item = frappe.ui.form.make_control({
df: {
"fieldtype": "Data",
"label": "Item",
"label": __("Item"),
"fieldname": "pos_item",
"placeholder": __("Search Item")
},