[Vtigercrm-commits] [vtiger-commits] r7986 - in /vtigercrm/trunk/modules: PurchaseOrder/PurchaseOrder.php SalesOrder/SalesOrder.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 11:17:16 EDT 2006
Author: saraj
Date: Thu Jul 13 09:17:11 2006
New Revision: 7986
Log:
unwanted parameter removed
Modified:
vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php
vtigercrm/trunk/modules/SalesOrder/SalesOrder.php
Modified: vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.php Thu Jul 13 09:17:11 2006
@@ -213,7 +213,7 @@
where vtiger_crmentity.crmid=".$id."
order by createdtime desc";
$log->debug("Exiting get_attachments method ...");
- return getAttachmentsAndNotes('PurchaseOrder',$query,$id,$sid='purchaseorderid');
+ return getAttachmentsAndNotes('PurchaseOrder',$query,$id);
}
/** Function used to get the Status history of the Purchase Order
Modified: vtigercrm/trunk/modules/SalesOrder/SalesOrder.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/SalesOrder.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/SalesOrder.php Thu Jul 13 09:17:11 2006
@@ -220,7 +220,7 @@
where vtiger_crmentity.crmid=".$id."
order by createdtime desc";
$log->debug("Exiting get_attachments method ...");
- return getAttachmentsAndNotes('SalesOrder',$query,$id,$sid='salesorderid');
+ return getAttachmentsAndNotes('SalesOrder',$query,$id);
}
/** Function to get vtiger_invoices associated with the id
More information about the vtigercrm-commits
mailing list