If I remove the comma the thousands seperator I don’t get the error. After I save the comma is automatically added. So if I edit the record, not changing anything and click save I have to remove the comma from the currency field again.
I looked in the database and all looks good in there.
Fixed it. I blew away the Modules folder (not custom), copied the modules folder from version 7.11.10, and added any changes. Something in the Modules folder is off in the 7.11.12. perhaps. No idea. It was causing lots of issues anyways.
That sounds like a very risky move to me… I don’t advise this at all, it’s easy to break SuiteCRM in all sorts of unexpected manners, and you might only find out much later.
Any changes in the new versions that applied both to the modules directory and to other parts of the code will now be in an inconsistent state…
At least you should keep a “diff” of the two modules directories, the one that should be there in 7.10.12, and the one you placed there (from 7.10.10). Any of those changes can come back to bite you in the future.
Now that I know at least what folder it is. I can slowly copy back the files from 7.11.12 until I narrow it down to a file or set of files and work from there. This at least gives me a place to start as I didn’t really have one before.