diff --git a/erpnext/accounts/page/pos/pos.js b/erpnext/accounts/page/pos/pos.js index dbcfc2a1f2..f43a43602b 100644 --- a/erpnext/accounts/page/pos/pos.js +++ b/erpnext/accounts/page/pos/pos.js @@ -1061,7 +1061,7 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({ validate_warehouse: function(){ if(!this.items[0].default_warehouse){ - frappe.throw(__("Deafault warehouse is required for selected item")) + frappe.throw(__("Default warehouse is required for selected item")) } } }) \ No newline at end of file diff --git a/erpnext/setup/doctype/company/company.json b/erpnext/setup/doctype/company/company.json index 25e0cfb2ab..a003bde73f 100644 --- a/erpnext/setup/doctype/company/company.json +++ b/erpnext/setup/doctype/company/company.json @@ -714,7 +714,7 @@ "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, - "label": "Deafult Cost Center", + "label": "Default Cost Center", "length": 0, "no_copy": 1, "options": "Cost Center", @@ -1385,7 +1385,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2016-06-26 09:08:50.476200", + "modified": "2016-10-26 09:08:50.476200", "modified_by": "Administrator", "module": "Setup", "name": "Company",