Joseph Marie Alba 2578d49b84 Correct bug in abbr cause by missing " " separator (#19605)
Only 1 letter ABBR is generated after typing in a COMPANY NAME separated by spaces. This is due to missing " " value in split method.

For example: 

Company Name:    ABC Multiple Industries
Generates Abbr:     A
Correct Abbr should be:  AMI

This is caused by mission " " in split method.
2019-11-19 14:54:09 +05:30
..
2019-03-29 18:30:00 +05:30
2019-10-15 14:18:59 +05:30
2019-04-11 12:31:14 +05:30
2019-02-19 19:46:14 +05:30
2019-03-26 11:14:06 +05:30