[Vtigercrm-commits] [vtiger-commits] r7247 - /vtigercrm/trunk/modules/Products/DeletePriceBookProductRel.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 19 03:46:37 EDT 2006
Author: saraj
Date: Mon Jun 19 01:46:33 2006
New Revision: 7247
Log:
DeletePriceBookProductRel has been ajaxified
Modified:
vtigercrm/trunk/modules/Products/DeletePriceBookProductRel.php
Modified: vtigercrm/trunk/modules/Products/DeletePriceBookProductRel.php
==============================================================================
--- vtigercrm/trunk/modules/Products/DeletePriceBookProductRel.php (original)
+++ vtigercrm/trunk/modules/Products/DeletePriceBookProductRel.php Mon Jun 19 01:46:33 2006
@@ -30,5 +30,5 @@
$adb->query($query);
}
-header("Location: index.php?action=".$return_action."&module=PriceBooks&record=".$return_id);
+header("Location: index.php?module=".$return_module."&action=".$return_module."Ajax&file=$return_action&ajax=delpbprorel&record=".$return_id);
?>
More information about the vtigercrm-commits
mailing list