Fixes to OSB to work with KH 3.3
This commit is contained in:
@@ -20,7 +20,7 @@ class Tax {
|
||||
* @return array Tax Information
|
||||
*/
|
||||
public static function detail($cid,$zone,$value=0) {
|
||||
$tax = ORM::factory('tax')
|
||||
$tax = ORM::factory('Tax')
|
||||
->where('country_id','=',$cid)
|
||||
->and_where('zone','=',$zone)
|
||||
->find_all();
|
Reference in New Issue
Block a user