Merge lp:~camptocamp/account-invoice-report/7.0-fix-missing-curly-bracket-20130522 into lp:~account-core-editors/account-invoice-report/7.0

Proposed by Yannick Vaucher @ Camptocamp
Status: Merged
Merged at revision: 32
Proposed branch: lp:~camptocamp/account-invoice-report/7.0-fix-missing-curly-bracket-20130522
Merge into: lp:~account-core-editors/account-invoice-report/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
invoice_webkit/report/account_invoice.mako (+1/-1)
To merge this branch: bzr merge lp:~camptocamp/account-invoice-report/7.0-fix-missing-curly-bracket-20130522
Reviewer Review Type Date Requested Status
Alexandre Fayolle - camptocamp Approve
Review via email: mp+165114@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'invoice_webkit/report/account_invoice.mako'
2--- invoice_webkit/report/account_invoice.mako 2013-04-24 15:10:18 +0000
3+++ invoice_webkit/report/account_invoice.mako 2013-05-22 13:23:34 +0000
4@@ -115,7 +115,7 @@
5 font-size:12;
6 }
7
8-td.amount
9+td.amount {
10 white-space: nowrap;
11 text-align: right;
12 }

Subscribers

People subscribed via source and target branches