mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
debug update group rate
This commit is contained in:
@@ -109,7 +109,7 @@ class Transaction extends AbstractModel implements Documentable, Transactionable
|
||||
*/
|
||||
public function group(): HasOneThrough
|
||||
{
|
||||
return $this->HasOneThrough(Group::class, GroupTransaction::class);
|
||||
return $this->HasOneThrough(Group::class, GroupTransaction::class, 'id', 'transaction_id');
|
||||
}
|
||||
|
||||
public function convert_original_amount()
|
||||
|
||||
Reference in New Issue
Block a user