BUG 6788 Ad Hoc Assignment within a Task does not work

improving the code
This commit is contained in:
Carlos Pacha
2011-05-11 09:46:51 -04:00
parent 911cdc531f
commit b805b0497a

View File

@@ -739,7 +739,7 @@ Ext.onReady(function(){
columns: [
{ id:'USR_UID', dataIndex: 'USR_UID', hidden:true, hideable:false},
{ header : "First Name", dataIndex : 'USR_FIRSTNAME', sortable : true, width: 130, align:'center'},
{ header : "Last Name", dataIndex : 'USR_LASTNAME', sortable : true,width: 130, align:'center', }
{ header : "Last Name", dataIndex : 'USR_LASTNAME', sortable : true,width: 130, align:'center' }
]
});