Merge lp://staging/~camptocamp/openerp-swiss-localization/7.0-fix-1197798 into lp://staging/~camptocamp/openerp-swiss-localization/7.0
Proposed by
Yannick Vaucher @ Camptocamp
Status: | Merged |
---|---|
Merged at revision: | 179 |
Proposed branch: | lp://staging/~camptocamp/openerp-swiss-localization/7.0-fix-1197798 |
Merge into: | lp://staging/~camptocamp/openerp-swiss-localization/7.0 |
Diff against target: |
21 lines (+2/-2) 1 file modified
l10n_ch_payment_slip/report/bvr.mako (+2/-2) |
To merge this branch: | bzr merge lp://staging/~camptocamp/openerp-swiss-localization/7.0-fix-1197798 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nicolas Bessi - Camptocamp (community) | Approve | ||
Romain Deheele - Camptocamp (community) | code review | Approve | |
Review via email: mp+177553@code.staging.launchpad.net |
This proposal supersedes a proposal from 2013-07-04.
To post a comment you must log in.
Hello,
Thanks for the patch
You forgot to also fix this div:
<div id="slip_comp" class="slip_comp">
<tr> <td>${user. company_ id.partner_ id.name} </td></ tr>
<tr> <td>${user. company_ id.partner_ id.street} </td></ tr>
<tr> <td></td> </tr>
<tr> <td>${user. company_ id.partner_ id.city} ${user. company_ id.partner_ id.zip} </td></ tr>
<table class="slip_add">
</table>
</div>
Regards
Nicolas