mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-03 04:38:38 -04:00
OFX imports: Properly import 'trading' transaction splits
This commit is contained in:
@ -201,7 +201,7 @@ func GetTradingAccount(transaction *gorp.Transaction, userid int64, securityid i
|
||||
return nil, err
|
||||
}
|
||||
|
||||
security, err := GetSecurity(securityid, userid)
|
||||
security, err := GetSecurityTx(transaction, securityid, userid)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user