[Vtigercrm-commits] [vtiger-commits] r4404 - /vtigercrm/trunk/modules/SalesOrder/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 24 00:56:25 EST 2006


Author: saraj
Date: Thu Mar 23 22:56:20 2006
New Revision: 4404

Log:
Removed the unwanted codes which are related to Product details

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

Modified: vtigercrm/trunk/modules/SalesOrder/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/EditView.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/EditView.php Thu Mar 23 22:56:20 2006
@@ -246,26 +246,6 @@
 	$smarty->assign("ROWCOUNT", '1');
 	$smarty->assign("TAXVALUE", '0');
 	$smarty->assign("ADJUSTMENTVALUE", '0');
-	$output ='';
-	$output .= '<tr id="row1" class="oddListRow">';
-        $output .= '<td height="25" style="padding:3px;" nowrap><input id="txtProduct1" name="txtProduct1" type="text" readonly> <img src="'.$image_path.'search.gif" onClick=\'productPickList(this)\' align="absmiddle" style=\'cursor:hand;cursor:pointer\'></td>';
-        $output .= '<td WIDTH="1" class="blackLine"><IMG SRC="'.$image_path.'blank.gif"></td>';
-        $output .= '<td style="padding:3px;"><div id="qtyInStock1"></div>&nbsp;</td>';
-        $output .= '<td WIDTH="1" class="blackLine"><IMG SRC="'.$image_path.'blank.gif"></td>';
-        $output .= '<td style="padding:3px;"><input type=text id="txtQty1" name="txtQty1" size="7" onBlur=\'calcTotal(this)\'></td>';
-        $output .='<td WIDTH="1" class="blackLine"><IMG SRC="'.$image_path.'blank.gif"></td>';
-        $output .= '<td style="padding:3px;"><div id="unitPrice1"></div>&nbsp;</td>';
-        $output .= '<td WIDTH="1" class="blackLine"><IMG SRC="'.$image_path.'blank.gif"></td>';
-        $output .= '<td style="padding:3px;"><input type=text id="txtListPrice1" name="txtListPrice1" value="0.00" size="12" onBlur="calcTotal(this)"> <img src="'.$image_path.'pricebook.gif" onClick=\'priceBookPickList(this)\' align="absmiddle" style="cursor:hand;cursor:pointer" title="Price Book"></td>';
-        $output .= '<td WIDTH="1" class="blackLine"><IMG SRC="'.$image_path.'blank.gif"></td>';
-        $output .= '<td style="padding:3px;"><div id="total1" align="right"></div></td>';
-        $output .= '<td WIDTH="1" class="blackLine"><IMG SRC="'.$image_path.'blank.gif"></td>';
-        $output .= '<td style="padding:0px 3px 0px 3px;" align="center" width="50">';
-        $output .= '<input type="hidden" id="hdnProductId1" name="hdnProductId1">';
-        $output .= '<input type="hidden" id="hdnRowStatus1" name="hdnRowStatus1">';
-        $output .= '<input type="hidden" id="hdnTotal1" name="hdnTotal1">';
-        $output .= '</td></tr>';
-	$smarty->assign("ROW1", $output);	
 }
 
 if(isset($cust_fld))





More information about the vtigercrm-commits mailing list