[Vtigercrm-commits] [vtiger-commits] r4629 - /vtigercrm/trunk/modules/Quotes/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 02:37:36 EST 2006


Author: saraj
Date: Wed Mar 29 00:37:31 2006
New Revision: 4629

Log:
junk code has been removed

Modified:
    vtigercrm/trunk/modules/Quotes/EditView.php

Modified: vtigercrm/trunk/modules/Quotes/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/EditView.php (original)
+++ vtigercrm/trunk/modules/Quotes/EditView.php Wed Mar 29 00:37:31 2006
@@ -23,7 +23,6 @@
 require_once('Smarty_setup.php');
 require_once('data/Tracker.php');
 require_once('modules/Quotes/Quote.php');
-require_once('modules/Accounts/Forms.php');
 require_once('include/CustomFieldUtil.php');
 require_once('include/ComboUtil.php');
 require_once('include/utils/utils.php');
@@ -161,6 +160,13 @@
         $smarty->assign("GRANDTOTAL", $InvTotal.".00");
 
 }
+else
+{
+	$smarty->assign("ROWCOUNT", '1');
+	$smarty->assign("TAXVALUE", '0');
+	$smarty->assign("ADJUSTMENTVALUE", '0');
+}
+
 
 if(isset($_REQUEST['return_module'])) $smarty->assign("RETURN_MODULE", $_REQUEST['return_module']);
 else $smarty->assign("RETURN_MODULE","Quotes");





More information about the vtigercrm-commits mailing list