Fix transaksi keuntungan query cont'd
This commit is contained in:
@@ -26,6 +26,6 @@ class TransaksiKeuntungan extends Model
|
||||
|
||||
function transaction()
|
||||
{
|
||||
return $this->hasOne(Transaction::class, 'norujukan', 'norujukan');
|
||||
return $this->hasOne(Transaction::class, 'created_at', 'tarikh_bayaran');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user