From: Scott R. <s....@pr...> - 2005-07-20 12:36:39
|
sorry, should have checked cvs before sending off this note. i have to get better about that. Phil Daintree wrote: >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 ? I noticed the difference because I >>tried to print a quote where both addresses used all 4 lines available for >>the address. >> >> $FontSize=14; >> $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 -= 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=7477&alloc_id=16492&op=click >>_______________________________________________ Web-erp-developers mailing >>list Web...@li... >>https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> >> > > > |