From: <tim...@us...> - 2009-12-17 13:11:06
|
Revision: 3250 http://web-erp.svn.sourceforge.net/web-erp/?rev=3250&view=rev Author: tim_schofield Date: 2009-12-17 13:11:00 +0000 (Thu, 17 Dec 2009) Log Message: ----------- Correctly set $Copy for when not customer copy. Modified Paths: -------------- trunk/PrintSalesOrder_generic.php trunk/doc/Change.log.html Modified: trunk/PrintSalesOrder_generic.php =================================================================== --- trunk/PrintSalesOrder_generic.php 2009-12-17 09:36:56 UTC (rev 3249) +++ trunk/PrintSalesOrder_generic.php 2009-12-17 13:11:00 UTC (rev 3250) @@ -113,6 +113,7 @@ $FontSize=12; $ListCount = 0; // UldisN +$Copy=''; for ($i=1;$i<=2;$i++){ /*Print it out twice one copy for customer and one for office */ if ($i==2){ Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2009-12-17 09:36:56 UTC (rev 3249) +++ trunk/doc/Change.log.html 2009-12-17 13:11:00 UTC (rev 3250) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p> +<p>17/12/09 Tim: PrintSalesOrder_generic.php - Correctly set $Copy for when not customer copy. <p>14/12/09 Tim: upgrade3.11-3.12.sql - Include pdflanguage field in www_users <p>12/12/09 Simon Peter Otandeka - FixedAssetRegister.php and FixedAssetJournal.php - Bux fixes to asset manager. <p>11/12/09 Tim: PO_PDFPurchOrder.php - Print the correct suppliers unit of measure. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |