In the admin interface of Magento I need to modify the tables in the Sales / Order / View order so that it shows, besides the products name, their manufacturer as well.
I've no magento installation available, but I have some ideas.
Maybe the column is not defined inside a template file (phtml), but inside a xml layout file.
Just search in the layout/sales.xml file.
And maybe you have not disabled the magento cache, that's why you don't see any changes.