mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
POS - Translate some text & numpad (#14765)
* make label & placeholder translatable * numpad translatable * Update point_of_sale.js remove debugger
This commit is contained in:
committed by
Nabin Hait
parent
e3daaa63f0
commit
8662a4f677
@@ -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")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user