Skip to content

Commit

Permalink
Merge pull request #304 from brotherlogic/adjust
Browse files Browse the repository at this point in the history
adjust
  • Loading branch information
brotherlogic authored Nov 27, 2020
2 parents ffbbe6f + d19ba80 commit e3fe273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recordprinterutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (s *Server) buildMove(ctx context.Context, record *pbrc.Record, move *pbrm.
surrounds := move.GetAfterContext()

// Don't show after context for sales
if move.GetAfterContext().GetLocation() == "Sell" {
if move.GetAfterContext().GetLocation() == "Sell" || move.GetAfterContext().GetLocation() == "Sold" {
surrounds = nil
}

Expand Down

0 comments on commit e3fe273

Please sign in to comment.