[Vtigercrm-commits] [vtiger-commits] r6475 - in /vtigercrm/trunk/modules/PurchaseOrder: DetailView.php EditView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 26 10:40:13 EDT 2006
Author: saraj
Date: Fri May 26 08:40:09 2006
New Revision: 6475
Log:
purchaseordercf included in po_tables array
Modified:
vtigercrm/trunk/modules/PurchaseOrder/DetailView.php
vtigercrm/trunk/modules/PurchaseOrder/EditView.php
Modified: vtigercrm/trunk/modules/PurchaseOrder/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/DetailView.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/DetailView.php Fri May 26 08:40:09 2006
@@ -79,7 +79,7 @@
//Get the associated Products and then display above Terms and Conditions
$smarty->assign("ASSOCIATED_PRODUCTS",getDetailAssociatedProducts('PurchaseOrder',$focus));
- $po_tables = Array('purchaseorder','pobillads','poshipads');
+ $po_tables = Array('purchaseorder','pobillads','poshipads','purchaseordercf');
$tabid = getTabid("PurchaseOrder");
$validationData = getDBValidationData($po_tables,$tabid);
$data = split_validationdataArray($validationData);
Modified: vtigercrm/trunk/modules/PurchaseOrder/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/EditView.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/EditView.php Fri May 26 08:40:09 2006
@@ -182,7 +182,7 @@
-$po_tables = Array('purchaseorder','pobillads','poshipads');
+$po_tables = Array('purchaseorder','pobillads','poshipads','purchaseordercf');
$tabid = getTabid("PurchaseOrder");
$validationData = getDBValidationData($po_tables,$tabid);
$data = split_validationdataArray($validationData);
More information about the vtigercrm-commits
mailing list