Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #799 from opencollective/fixInvoicePDF
Browse files Browse the repository at this point in the history
bill to the collective that made the transaction
  • Loading branch information
xdamman authored May 15, 2018
2 parents 4f6aab8 + e706a9c commit e565c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Invoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class Invoice extends Component {
</div>
<div className="userBillingAddress">
<h2>{i18n.getString('billTo')}:</h2>
{transaction.fromCollective.name}<br />
{transaction.collective.name}<br />
<div dangerouslySetInnerHTML={userBillingAddress} />
</div>
</div>
Expand Down

0 comments on commit e565c8c

Please sign in to comment.