Fixes from live website

This commit is contained in:
Deon George
2013-04-20 11:40:44 +10:00
parent 13982be9f6
commit 79c76995b9
22 changed files with 283 additions and 55 deletions

View File

@@ -181,7 +181,7 @@ class Model_Product extends ORM_OSB {
*/
public function availPriceGroups() {
// @todo This needs to be worked out dynamically
return array(0,2);
return array(0,1);
}
/**