I added a column fyear_c (âfiscal yearâ) to the aos_contracts model. It shows up under contracts in the CRM (both on displays and in admin forms) however i cannot find it on the mysql command line. If i do âselect * from aos_contractsâ or âselect fyear_c from aos_contractsâ it returns and error or does not display. Is there an extension table to contracts that is throwing me off?
thanks
steve
this effects other tables too customized modules as well as aos_contracts. I noticed that there is an asterix next to the field name in the Fields table in Admin like this *fyear_c. ?? its like that on a Budget module and that does show up on the mysql command.