fix: merge fix
This commit is contained in:
parent
d6abaac828
commit
349ec2bc42
|
|
@ -341,7 +341,7 @@ func (s *Store) GetBranchByWalletID(ctx context.Context, walletID int64) (domain
|
|||
ID: dbBranch.ID,
|
||||
Name: dbBranch.Name,
|
||||
Location: dbBranch.Location,
|
||||
IsSuspended: dbBranch.IsActive,
|
||||
IsActive: dbBranch.IsActive,
|
||||
WalletID: dbBranch.WalletID,
|
||||
BranchManagerID: dbBranch.BranchManagerID,
|
||||
CompanyID: dbBranch.CompanyID,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user