Symptoms

No way to delete the user (additonal staff member) from CCP, button "Delete" is missing on the billing screen:

Home> Account> Admins

however checkboxes to choose the user are present.

Cause

The functionality to delete the staff member from CCP is missing in PBA-E 5.4, restored in PBA-E 5.5.

Resolution

Upgrade to PBA-E 5.5.

If you need the checkboxes to be hidden, this can be achieved with the customization:

  1. Create customization file Users_CDB_MyUsersList.xml (default customization location /usr/local/bm/customization)

    <window id="Users_CDB_MyUsersList">
    <elements>
    <table id="t1" selectors="no" />
    </elements>
    </window>
    
  2. Restart www to apply changes:

    /etc/init.d/www restart
    

Internal content