mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Typo fixes in Sales Person
This commit is contained in:
@@ -122,7 +122,7 @@ erpnext.SalesChart = Class.extend({
|
|||||||
|
|
||||||
if(me.ctype == "Sales Person") {
|
if(me.ctype == "Sales Person") {
|
||||||
fields.splice(-1, 0, {fieldtype:'Link', fieldname:'employee', label:__('Employee'),
|
fields.splice(-1, 0, {fieldtype:'Link', fieldname:'employee', label:__('Employee'),
|
||||||
options:'Employee', description: __("Please enter Employee Id of this sales parson")});
|
options:'Employee', description: __("Please enter Employee Id of this sales person")});
|
||||||
}
|
}
|
||||||
|
|
||||||
// the dialog
|
// the dialog
|
||||||
|
|||||||
Reference in New Issue
Block a user