From: Phil D. <we...@pa...> - 2005-07-20 09:13:16
|
Looks like this already fixed in CVS can't recall doing it? Phil On Wed, 20 Jul 2005 08:51, Scott Rosa wrote: > all, > > does anyone know of a reason why the output of the 'Delivery To' address > and the 'Quotation For' address is done differently in > /includes/PDFQuotationPageHeader.inc ?=A0 I noticed the difference becaus= e I > tried to print a quote where both addresses used all 4 lines available for > the address. > > $FontSize=3D14; > $pdf->addText($XPos, $YPos,$FontSize, _('Delivery To').':' ); > $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['deliverto']); > $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['deladd1']); > $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['deladd2']); > $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['deladd3'] . ' ' . > $myrow['deladd4']); > > $YPos -=3D 80; > > $pdf->addText($XPos, $YPos,$FontSize, _('Quotation For').':'); > $pdf->addText($XPos, $YPos-15,$FontSize, $myrow['name']); > $pdf->addText($XPos, $YPos-30,$FontSize, $myrow['address1']); > $pdf->addText($XPos, $YPos-45,$FontSize, $myrow['address2']); > $pdf->addText($XPos, $YPos-60,$FontSize, $myrow['address3']); > $pdf->addText($XPos, $YPos-75,$FontSize, $myrow['address4']); > > for consistency, shouldn't that address4 be concatenated with address3? > > regards, > scott > ------------------------------------------------------- SF.Net email is > sponsored by: Discover Easy Linux Migration Strategies from IBM. Find > simple to follow Roadmaps, straightforward articles, informative Webcasts > and more! Get everything you need to get up to speed, fast. > http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > _______________________________________________ Web-erp-developers mailing > list Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers =2D-=20 Phil Daintree webERP Project Admin |