Fix translate selling/doctype/sales_bom/sales_bom.js
This commit is contained in:
parent
acc7061ca7
commit
7329d7f118
@ -15,8 +15,8 @@ cur_frm.fields_dict.new_item_code.get_query = function() {
|
||||
query: "selling.doctype.sales_bom.sales_bom.get_new_item_code"
|
||||
}
|
||||
}
|
||||
cur_frm.fields_dict.new_item_code.query_description = wn._('Select Item where "Is Stock Item" is "No"')+ wn._('\
|
||||
and "Is Sales Item" is "Yes" and there is no other Sales BOM');
|
||||
cur_frm.fields_dict.new_item_code.query_description = wn._('Select Item where "Is Stock Item" is "No"')+
|
||||
wn._('and "Is Sales Item" is "Yes" and there is no other Sales BOM');
|
||||
|
||||
cur_frm.cscript.item_code = function(doc, dt, dn) {
|
||||
var d = locals[dt][dn];
|
||||
|
Loading…
x
Reference in New Issue
Block a user