Closed bohte closed 10 months ago
Hi Bohte,
Yes, this is intended functionality. I had added this when new address columns were added and its purpose was to move the postoffice information to new postoffice column automatically when an existing customer/vendor was edited and saved.
So if there is any thing in address1 and address2 containing 'post', it will be moved to postoffice. Please see the attached screen shot for the code (SL/CT.pm) which does this:
We can disable this by removing / commenting out this code.
So far these two fields (address1 and address2) come to my mind where I had implemented this.
Let me know if you need to do any adjustments.
Regards
Hello!
Thanks for clarification. Please, remove this behavior from mentioned fields (address1 and address2).
Hi,
Just removed this code in the attached commit. This commit is in the branch prefixed with this ticket number.
Please test and let me know and then I shall merge it into develop.
Regards
Please, merge it to develop and we will proceed with testing. Thanks!
Merged and pushed to github.
Regards
Hello Armaghan!
Recently we got a request from client to deal with the problem he faced during "customer" creation. When one tries to create customer with specified address (first field): "Aeschenvorstadt 50 | Postfach" (see screenshot) After creation value from address 1 is put as a Post office: Yet, if one puts (for example) "Street 51" in address 1 field - then it is saved as address 1 which is expected.
Could You please clarify: