<?php echo JHTML::link($prow->mf_name) ; ?>
Should, but does not work in the cart default_pricelist.php. The variable is not accessible. You have to do some wild hacking to get it to be accessible. All variables should be accessible even if they aren't used.
ah link needs an url, not just a name, the ids are there.