Add new flag / flag_out logick
This commit is contained in:
@@ -117,7 +117,7 @@ class ReceptionForm extends Model
|
||||
|
||||
$dlog->id_account = Account::readDefault();
|
||||
|
||||
$dlog->card_flag = $this->card->flag;
|
||||
$dlog->card_flag = $this->card->validity;
|
||||
|
||||
$dlog->created_at = date('Y-m-d H:i:s');
|
||||
$dlog->save(false);
|
||||
|
||||
Reference in New Issue
Block a user