瀏覽代碼

added p5:price for project fields

Piotr Labudda 9 年之前
父節點
當前提交
5cbea67f0e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      SE/schema/gui/core/default_db.in7_mk_baza_dystrybucji.php

+ 5 - 0
SE/schema/gui/core/default_db.in7_mk_baza_dystrybucji.php

@@ -17,6 +17,11 @@ class Schema__Core__default_db__in7_mk_baza_dystrybucji extends Schema_TableBase
 
     // TODO: move generate value for field with xsd type `p5:typeSpecialSimpleLink` function from frontend to backend
     // field LINK_PROBLEMS was evaluated on front end by definied Typespecial
+
+    $this->_types['DOCUMENT_COST'] = 'p5:price';
+    $this->_types['M_DIST_COST_PROJECT'] = 'p5:price';
+    $this->_types['COST_OSPRZET'] = 'p5:price';
+    $this->_types['COST_MATERIALY'] = 'p5:price';
   }
 
   public function getPrimaryKeyField() {