00001 <?php 00002 00003 require_once 'oxerptype.php'; 00004 00008 class oxERPType_ScalePrice extends oxERPType 00009 { 00010 00016 public function __construct() 00017 { 00018 parent::__construct(); 00019 00020 $this->_sTableName = 'oxprice2article'; 00021 $this->_blRestrictedByShopId = true; 00022 00023 $this->_aKeyFieldList = array( 00024 'OXID' => 'OXID' 00025 ); 00026 } 00027 }