Pman.Tab.PersonList.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 03:07:29 +0000 (11:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 03:07:29 +0000 (11:07 +0800)
Pman.Tab.PersonList.js

index 31c5510..7e0dc77 100644 (file)
@@ -438,7 +438,7 @@ Pman.Tab.PersonList.prototype = {
             {
                 text: "Delete",
                 cls: 'x-btn-text-icon',
-                hidden : !Pman.hasPerm('Core.Person', 'D'),    
+                hidden : !Pman.hasPerm('Core.Staff', 'D'),    
                 icon: rootURL + '/Pman/templates/images/trash.gif',
                 handler : function(){
                     Pman.genericDelete(_this, 'Person');