Butte,butte wrote:rassalas, I responded to your, "don't remember ever doing the paypal decimal tax fix VQMod,
Thank you, I saw that, it's just what you wrote didn't make any sense to me. Are you certain, we are talking about the same error? I exported the Database to a text file as you suggested and did a search on company_id, and company_id_display, as well as tax_id, and tax_id display, I found all of them as you thought I might. Here's a brief summary:
Code: Select all
CREATE TABLE `opn_customer_group` (
`customer_group_id` int(11) NOT NULL AUTO_INCREMENT,
`approval` int(1) NOT NULL,
`company_id_display` int(1) NOT NULL,
`company_id_required` int(1) NOT NULL,
`tax_id_display` int(1) NOT NULL,
`tax_id_required` int(1) NOT NULL,
`sort_order` int(3) NOT NULL,
PRIMARY KEY (`customer_group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;