Sorry, you're totally right, I've check the code and we have a bug, use the same method as before (svn update ...) to get the changes.
Check also that your current database schema (in the database manager) has included the extra fields, for that, go to database manager and run
describe tinventory;
See the screenshot attached. You should have, at the end the extra fields, if not run, line by line following sentences in the SQL manager to add the fields:
ALTER TABLE tinventory ADD `generic_1` varchar(255) default '';
ALTER TABLE tinventory ADD `generic_2` varchar(255) default '';
ALTER TABLE tinventory ADD `generic_3` text;
ALTER TABLE tinventory ADD `generic_4` text;
ALTER TABLE tinventory ADD `generic_5` varchar(255) default '';
ALTER TABLE tinventory ADD `generic_6` varchar(255) default '';
ALTER TABLE tinventory ADD `generic_7` varchar(255) default '';
ALTER TABLE tinventory ADD `generic_8` text;
Thanks for noticing us about this problem !
Ok, I did that and I installed a new integria from /trunk/install.php file and I have the same problem, the Extra details for the inventory aren't updated when I modified...
and the same problem wih the mail templates...
What is wrong?
Thank you very much