Merge branch 'master' of github.com:webnotes/wnframework
This commit is contained in:
commit
eded33451b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ $.extend(wn.model, {
|
|||
{fieldname:'owner', fieldtype:'Data', label:'Created By'},
|
||||
{fieldname:'creation', fieldtype:'Date', label:'Created On'},
|
||||
{fieldname:'modified', fieldtype:'Date', label:'Last Updated On'},
|
||||
{fieldname:'modified_by', fieldtype:'Date', label:'Last Updated By'},
|
||||
{fieldname:'modified_by', fieldtype:'Data', label:'Last Updated By'},
|
||||
{fieldname:'_user_tags', fieldtype:'Data', label:'Tags'},
|
||||
{fieldname:'docstatus', fieldtype:'Int', label:'Document Status'},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue