← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~camptocamp/stock-logistic-flows/7.0-picking-dispatch-fix-page-break-tag into lp:stock-logistic-flows

 

Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/stock-logistic-flows/7.0-picking-dispatch-fix-page-break-tag into lp:stock-logistic-flows.

Commit message:
[FIX] Fix the page break after each page

Requested reviews:
  Matthieu Dietrich @ camptocamp (mdietrich-c2c)
  Stock and Logistic Core Editors (stock-logistic-core-editors)

For more details, see:
https://code.launchpad.net/~camptocamp/stock-logistic-flows/7.0-picking-dispatch-fix-page-break-tag/+merge/210602

Fix a typo in badly closed html tag
-- 
https://code.launchpad.net/~camptocamp/stock-logistic-flows/7.0-picking-dispatch-fix-page-break-tag/+merge/210602
Your team Stock and Logistic Core Editors is requested to review the proposed merge of lp:~camptocamp/stock-logistic-flows/7.0-picking-dispatch-fix-page-break-tag into lp:stock-logistic-flows.
=== modified file 'picking_dispatch/report/dispatch.html.mako'
--- picking_dispatch/report/dispatch.html.mako	2012-12-10 10:51:23 +0000
+++ picking_dispatch/report/dispatch.html.mako	2014-03-12 13:20:26 +0000
@@ -57,7 +57,7 @@
   %endfor
 </table>
 %endfor
-        <p style="page-break-after:always">&nbsp</>
+<p style="page-break-after:always">&nbsp;</p>
 %endfor
 </body>
 </html>


References