Пример #1
0
 function __construct()
 {
     parent::__construct();
     $this->tab_list['master'] = array('file' => 'template_tab_ms', 'tag' => 'master', 'order' => 30, 'text' => INV_MS_ATTRIBUTES);
     $this->tab_list['bom'] = array('file' => 'template_tab_bom', 'tag' => 'bom', 'order' => 40, 'text' => INV_BOM);
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->tab_list['bom'] = array('file' => 'template_tab_bom', 'tag' => 'bom', 'order' => 30, 'text' => INV_BOM);
 }
Пример #3
0
 public function __construct($number = null, $brand_id = null, $branch_identifier = null, $limit = null)
 {
     parent::__construct($number, $brand_id, $branch_identifier, $limit);
 }
Пример #4
0
 function __construct()
 {
     parent::__construct();
 }