Bounteous-Inc/Magento-Multi-Location-Inventory

please use table prefixes

Opened this issue · 0 comments

The queries in Demac_MultiLocationInventory_Model_Resource_Stock_Status_Index use hard-coded table names. Please update to magento-style "getTable('sales/order_payment')"-like statements to respect table prefixes.

This is also the case in your installer scripts, as all your procedures like in upgrade-1.2.3-1.2.4.php will not work with table prefixes. Also, installer scripts are supposed to be named mysql4-upgrade....php for legacy reasons ;)