
8-3-10
-Removed up_multi_get_stores()
-Changed up_multi_get_store() to up_multi_stores()
-Removed up_multi_get_product_price()
-Fixed up_multi_get_price()
-Added an access check before setting location value in select-store form submission.

8-6-10
-Added up_multi_get_product() as a multistore aware wrapper for uberpos_get_product()
Started on the upgrade path.  On enabling up_multi, all existing uberpos orders are initialized with a store ID of 0 so they aren't incorrectly assigned to a store.

8-11-10
Fixed a problem with reports where timezone offset was being improperly calculated, causing reports to be off by a few hours.
Fixed location save in up_multi_order() that was causing duplicate record errors.  
Output filtering (check_plain) added in several spots on multistore reports.

8-26-10
Important: Fixed an incorrect data type on the model column in up_store_stock and created an update hook.  
Fixed incorrect count query for pager_query in up_multi_product_report()
