From: <ex...@us...> - 2016-03-24 02:21:40
|
Revision: 7478 http://sourceforge.net/p/web-erp/reponame/7478 Author: exsonqu Date: 2016-03-24 02:21:39 +0000 (Thu, 24 Mar 2016) Log Message: ----------- 24/03/16 Exson: Make the MRP report more place for material description in MRPReport.php. Modified Paths: -------------- trunk/MRPReport.php Modified: trunk/MRPReport.php =================================================================== --- trunk/MRPReport.php 2016-03-18 08:09:22 UTC (rev 7477) +++ trunk/MRPReport.php 2016-03-24 02:21:39 UTC (rev 7478) @@ -184,7 +184,7 @@ $pdf->addTextWrap(410,$YPos,50,$FontSize,locale_number_format($qoh,$myrow['decimalplaces']),'right'); $YPos -=$line_height; $pdf->addTextWrap($Left_Margin,$YPos,30,$FontSize,_('Desc:'),''); - $pdf->addTextWrap(70,$YPos,150,$FontSize,$myrow['description'],''); + $pdf->addTextWrap(70,$YPos,240,$FontSize,$myrow['description'],''); $pdf->addTextWrap(245,$YPos,40,$FontSize,_('Pan Size:'),'right'); $pdf->addTextWrap(285,$YPos,45,$FontSize,locale_number_format($myrow['pansize'],$myrow['decimalplaces']),'right'); $pdf->addTextWrap(360,$YPos,50,$FontSize,_('On Order:'),'right'); |