- kennzeichen beim zusammenlegen uebernehmen

This commit is contained in:
ma0048
2023-06-16 11:30:03 +02:00
parent 903f3d2f37
commit d9eb0f5704
2 changed files with 84 additions and 21 deletions
@@ -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));
//~ }
}