UPTM 1.6.9
Any post that has a dollar sign and then any numbers following are removed by the filter the_content_manager.
I owe you $5.00. You owe me a hot dog.
becomes
I owe you 00. You owe me a hot dog.
workaround: run remove_filter('the_content', 'the_content_manager'); before running the_content() (may have unintended consequences)
http://wordpress.org/extend/plugins/ultimate-post-type-manager/