Customer Number not saving

Issue No: EM-261
Created 6/15/2015 1:55:54 PM
Type Bug
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 15.2
Description When creating a new Entity in 15.2.0528.417 the Customer Number is blank causing issues. Have manually gone into SQL with Ruben to update the Customer Number to be equal to Account Number     Sample of Query below:   SELECT * from tblEntity where strEntityNo = 'CENTRA'   select strAccountNumber,* from tblARCustomer where intEntityCustomerId = 9095   UPDATE tblARCustomer set strCustomerNumber = strAccountNumber where intEntityCustomerId = 9095