Skip to content

Commit

Permalink
payments: pdf added word wrap to item.description
Browse files Browse the repository at this point in the history
  • Loading branch information
dbca-asi committed Jan 11, 2017
1 parent ff23fe5 commit f7d943d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/payments/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _create_invoice(invoice_buffer, invoice):
data.append(
[
val,
item.description,
Paragraph(item.description, styles['Normal']),
item.quantity,
'${}'.format(item.line_price_before_discounts_excl_tax),
'${}'.format(item.line_price_before_discounts_incl_tax-item.line_price_before_discounts_excl_tax),
Expand Down

0 comments on commit f7d943d

Please sign in to comment.