Ask, reply and learn. Join the community of Akaunting.
Hey,
Similar to my post about "created_from" and "created_by", an upgrade from 2.1.23 to 2.1.27 resulted in an error upon saving a customer that the columns city, state, zip_code, and country are missing from the wj9_contacts table. I took a guess and added them after the address column as follows:
city - varchar(191) - default NULL
state - varchar(191) - default NULL
zip_code - varchar(10) - default NULL
country - varchar(191) - default NULL
... but I have no clue if varchar or the length is correct.
Hope this helps?
-S.
Showing 1 to 1 of 1 discussions