Typo fix
This commit is contained in:
parent
cf397d3190
commit
5ddd7acdbd
@ -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"))
|
||||
}
|
||||
}
|
||||
})
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user