PhatPixel Posted February 20, 2014 Report Posted February 20, 2014 I've discovered a potential bug in 3.1.1 which probably only affects people who have migrated from v2. It seems that when there is no record in the database for a client in client_settings.key with "tax_id", it displays the company tax ID (my tax ID) on the client profile and also on the invoice. When I edit the client profile and wipe out my company tax ID, a blank value is stored in the client_settings table and the problem disappears. However, this means I need to edit every client that was migrated to remove the incorrect tax ID. A MySQL INSERT query could insert blank values to fix this for all clients that don't have an entry in the client_settings table for key "tax_id", or perhaps there is a bug in the code that is fetching the wrong tax ID to display in the client profile when one does not exist in the database. Quote
Cody Posted February 26, 2014 Report Posted February 26, 2014 Thanks. Added CORE-1076. PauloV 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.