add id_account to door log, add key import to backend with no menu
This commit is contained in:
@@ -113,6 +113,8 @@ class ReceptionForm extends Model
|
||||
$dlog->type = $this->card->type;
|
||||
$dlog->source_app = DoorLog::$SOURCE_APP_FITNESS_ADMIN;
|
||||
|
||||
$dlog->id_account = Account::readDefault();
|
||||
|
||||
$dlog->created_at = date('Y-m-d H:i:s');
|
||||
$dlog->save(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user