[Vtigercrm-commits] [vtiger-commits] r9310 - /vtigercrm/branches/4.2/modules/Orders/PopupSalesOrder.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Sep 6 03:29:35 EDT 2006


Author: allanbush
Date: Wed Sep  6 01:29:32 2006
New Revision: 9310

Log:
Fixed query error in sales order popup.  Closes #2027.

Modified:
    vtigercrm/branches/4.2/modules/Orders/PopupSalesOrder.php

Modified: vtigercrm/branches/4.2/modules/Orders/PopupSalesOrder.php
==============================================================================
--- vtigercrm/branches/4.2/modules/Orders/PopupSalesOrder.php (original)
+++ vtigercrm/branches/4.2/modules/Orders/PopupSalesOrder.php Wed Sep  6 01:29:32 2006
@@ -238,10 +238,10 @@
 $focus->list_mode="search";
 $focus->popup_type=$popuptype;
 
-$listview_header = getSearchListViewHeader($focus,"SalesOrder",$url_string,$sorder,$order_by);
+$listview_header = getSearchListViewHeader($focus,"Orders",$url_string,$sorder,$order_by);
 $xtpl->assign("LISTHEADER", $listview_header);
 
-$listview_entries = getSearchListViewEntries($focus,"SalesOrder",$list_result,$navigation_array);
+$listview_entries = getSearchListViewEntries($focus,"Orders",$list_result,$navigation_array);
 $xtpl->assign("LISTENTITY", $listview_entries);
 
 if($order_by !='')





More information about the vtigercrm-commits mailing list