|
|
@@ -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() {
|