mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-04 20:39:28 +00:00
- kennzeichen beim zusammenlegen uebernehmen
This commit is contained in:
@@ -12,25 +12,4 @@ class Kennzeichen_model extends DB_Model
|
||||
$this->pk = 'kennzeichen_id';
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param
|
||||
* @return object success or error
|
||||
*/
|
||||
public function _()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Get Zustelladress of given person.
|
||||
* @param string $person_id
|
||||
* @param string $select
|
||||
* @return array
|
||||
*/
|
||||
//~ public function getZustellAdresse($person_id, $select = '*')
|
||||
//~ {
|
||||
//~ $this->addSelect($select);
|
||||
//~ return $this->loadWhere(array('person_id' => $person_id, 'zustelladresse'=> true));
|
||||
//~ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user