Browse Source

added p5:price for project fields

Piotr Labudda 9 năm trước cách đây
mục cha
commit
5cbea67f0e

+ 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
     // 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
     // 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() {
   public function getPrimaryKeyField() {