style anpassungen und funktionen geloescht

This commit is contained in:
ma0048
2022-09-14 11:57:23 +02:00
parent 4cae13d2ee
commit f0cec85d8f
7 changed files with 20 additions and 64 deletions
-12
View File
@@ -11,16 +11,4 @@ class Zgv_model extends DB_Model
$this->dbTable = 'bis.tbl_zgv';
$this->pk = 'zgv_code';
}
/**
* getAllForStyled Dropdown
*/
public function getAllZgv()
{
$allZgv = 'SELECT * FROM bis.tbl_zgv ORDER BY zgv_bez ASC;';
return $this->execQuery($allZgv);
}
}