From 874a48cfbdd702b50d0084970a8048a4b2387b55 Mon Sep 17 00:00:00 2001 From: "Rucha (Open ERP)" Date: Tue, 30 Aug 2011 16:56:55 +0530 Subject: [PATCH] [FIX]: mrp: Fixed layout of product cost structure report lp bug: https://launchpad.net/bugs/834024 fixed bzr revid: rpa@tinyerp.com-20110830112655-w3sw70mt7gjybscj --- addons/mrp/report/custom_default.xsl | 4 ++-- addons/mrp/report/price.xsl | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/addons/mrp/report/custom_default.xsl b/addons/mrp/report/custom_default.xsl index aa5eb22..d98cd94 100644 --- a/addons/mrp/report/custom_default.xsl +++ b/addons/mrp/report/custom_default.xsl @@ -39,7 +39,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/addons/mrp/report/price.xsl b/addons/mrp/report/price.xsl index edf98a0..5d00cb5 100644 --- a/addons/mrp/report/price.xsl +++ b/addons/mrp/report/price.xsl @@ -3,6 +3,8 @@ + a4_normal + @@ -11,7 +13,7 @@ - + -- 1.7.10.4