Skip to content

Commit

Permalink
Correctly show merged history as "Ticket #42" not "Ticket #Ticket"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Jul 9, 2013
1 parent 521a43f commit a2ce2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/Elements/ShowTransaction
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if ( $Object->id != $Transaction->ObjectId ) {
# merged objects
$desc = join " - ",
$m->interp->apply_escapes(
loc("[_1] #[_1]:", loc($record_type), $Transaction->ObjectId), 'h'),
loc("[_1] #[_2]:", loc($record_type), $Transaction->ObjectId), 'h'),
$desc;
}

Expand Down

0 comments on commit a2ce2b0

Please sign in to comment.