[Vtigercrm-commits] [vtiger-commits] r10806 - /vtigercrm/branches/5.0.3/modules/Invoice/CreatePDF.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Apr 28 03:47:43 EDT 2007
Author: richie
Date: Sat Apr 28 01:47:35 2007
New Revision: 10806
Log:
* Fixed the issue with Purchase Order Number display in Invoice PDF, Fixed #3683
Modified:
vtigercrm/branches/5.0.3/modules/Invoice/CreatePDF.php
Modified: vtigercrm/branches/5.0.3/modules/Invoice/CreatePDF.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Invoice/CreatePDF.php (original)
+++ vtigercrm/branches/5.0.3/modules/Invoice/CreatePDF.php Sat Apr 28 01:47:35 2007
@@ -39,7 +39,7 @@
$so_name = getSoName($focus->column_fields["salesorder_id"]);
else
$so_name = '';
-$po_name = $focus->column_fields["purchaseorder"];
+$po_name = $focus->column_fields["vtiger_purchaseorder"];
$valid_till = $focus->column_fields["duedate"];
$valid_till = getDisplayDate($valid_till);
More information about the vtigercrm-commits
mailing list