mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
[fix] label fix
This commit is contained in:
@@ -13,7 +13,7 @@ frappe.treeview_settings['Warehouse'] = {
|
|||||||
fields:[
|
fields:[
|
||||||
{fieldtype:'Data', fieldname: 'name_field',
|
{fieldtype:'Data', fieldname: 'name_field',
|
||||||
label:__('New Warehouse Name'), reqd:true},
|
label:__('New Warehouse Name'), reqd:true},
|
||||||
{fieldtype:'Check', fieldname:'is_group', label:__('Group Node'),
|
{fieldtype:'Check', fieldname:'is_group', label:__('Is Group'),
|
||||||
description: __("Further nodes can be only created under 'Group' type nodes")}
|
description: __("Further nodes can be only created under 'Group' type nodes")}
|
||||||
],
|
],
|
||||||
onrender: function(node) {
|
onrender: function(node) {
|
||||||
|
|||||||
Reference in New Issue
Block a user