Fix translate production_planning_tool.js
This commit is contained in:
parent
e582ac4eea
commit
328f384cdc
@ -44,7 +44,7 @@ cur_frm.fields_dict['pp_details'].grid.get_field('bom_no').get_query = function(
|
||||
query:"controllers.queries.bom",
|
||||
filters:{'item': cstr(d.item_code)}
|
||||
}
|
||||
} else msgprint(" Please enter Item first");
|
||||
} else msgprint(wn._("Please enter Item first"));
|
||||
}
|
||||
|
||||
cur_frm.fields_dict.customer.get_query = function(doc,cdt,cdn) {
|
||||
|
Loading…
Reference in New Issue
Block a user