partial update fix sync data pbg
This commit is contained in:
@@ -43,7 +43,7 @@ class PbgTask extends Model
|
||||
}
|
||||
|
||||
public function googleSheet(){
|
||||
return $this->hasOne(PbgTaskGoogleSheet::class, 'no_registrasi', 'registration_number');
|
||||
return $this->hasOne(PbgTaskGoogleSheet::class, 'formatted_registration_number', 'registration_number');
|
||||
}
|
||||
|
||||
public function taskAssignments()
|
||||
|
||||
Reference in New Issue
Block a user