commit
0f9d60099d
@ -1061,7 +1061,7 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({
|
|||||||
|
|
||||||
validate_warehouse: function(){
|
validate_warehouse: function(){
|
||||||
if(!this.items[0].default_warehouse){
|
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,
|
"ignore_xss_filter": 0,
|
||||||
"in_filter": 0,
|
"in_filter": 0,
|
||||||
"in_list_view": 0,
|
"in_list_view": 0,
|
||||||
"label": "Deafult Cost Center",
|
"label": "Default Cost Center",
|
||||||
"length": 0,
|
"length": 0,
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"options": "Cost Center",
|
"options": "Cost Center",
|
||||||
@ -1385,7 +1385,7 @@
|
|||||||
"istable": 0,
|
"istable": 0,
|
||||||
"max_attachments": 0,
|
"max_attachments": 0,
|
||||||
"menu_index": 0,
|
"menu_index": 0,
|
||||||
"modified": "2016-06-26 09:08:50.476200",
|
"modified": "2016-10-26 09:08:50.476200",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Setup",
|
"module": "Setup",
|
||||||
"name": "Company",
|
"name": "Company",
|
||||||
|
Loading…
Reference in New Issue
Block a user