Quellcode durchsuchen

added p5:price in Zaliczka

Piotr Labudda vor 9 Jahren
Ursprung
Commit
a2e17e5314

+ 15 - 0
SE/schema/gui/core/default_db.zaliczka_user_saldo_view.php

@@ -0,0 +1,15 @@
+<?php
+
+class Schema__Core__default_db__zaliczka_user_saldo_view extends Schema_TableBase {
+
+	public function initTypes() {
+		parent::initTypes();
+		$this->_types['suma_zaliczek'] = 'p5:price';
+		$this->_types['saldo'] = 'p5:price';
+	}
+
+	public function getPrimaryKeyField() {
+		return 'ID';
+	}
+
+}

+ 1 - 0
SE/schema/gui/core/default_db.zaliczka_wniosek_info_view.php

@@ -4,6 +4,7 @@ class Schema__Core__default_db__zaliczka_wniosek_info_view extends Schema_TableB
 
 	public function initTypes() {
 		parent::initTypes();
+		$this->_types['KWOTA'] = 'p5:price';
 	}
 
   public function getPrimaryKeyField() {