login not updated on au_service_alias_list after update_services opcode.
Testcase:
Create account 1 - account_no '332'
Create account 2 - account_no '1363'
we want to charge trx that come with login '1363' and store in account '332'
In order to do that:
1- we update login '1363' to '1363-332' in service_t and au_service_t
2-Run opcode UPDATE_SERVICES to add into '332' account the 1363 login.
But it only add the new login on service_aliast_list. We change 'Auditable' column on dd_object_fields_t table in fields PIN_FLD_NAME and PIN_FLD_LOGIN to 1 and restart services but au_service_alias_list keep not being updated and when we pass cdr's 'Customer login not found' error keep appearing on pipeline.