diff --git a/Smarty/templates/Inventory/ProductDetails.tpl b/Smarty/templates/Inventory/ProductDetails.tpl index afb23e0..1629aa5 100644 --- a/Smarty/templates/Inventory/ProductDetails.tpl +++ b/Smarty/templates/Inventory/ProductDetails.tpl @@ -207,7 +207,7 @@ function displayCoords(currObj,obj,mode,curr_row) diff --git a/Smarty/templates/Inventory/ProductDetailsEditView.tpl b/Smarty/templates/Inventory/ProductDetailsEditView.tpl index cf77543..fdcdb0b 100755 --- a/Smarty/templates/Inventory/ProductDetailsEditView.tpl +++ b/Smarty/templates/Inventory/ProductDetailsEditView.tpl @@ -245,7 +245,7 @@ function displayCoords(currObj,obj,mode,curr_row)
-   +  
diff --git a/include/js/Inventory.js b/include/js/Inventory.js index 2836c99..47e5d07 100644 --- a/include/js/Inventory.js +++ b/include/js/Inventory.js @@ -679,7 +679,7 @@ function fnAddProductRow(module,image_path){ colfour.innerHTML=temp; //List Price with Discount, Total after Discount and Tax labels colfive.className = "crmTableRow small" - colfive.innerHTML='
-   +  
 
(-) '+product_labelarr.DISCOUNT+' :
  '+product_labelarr.ZERO_DISCOUNT+' 
  % '+product_labelarr.PERCENT_OF_PRICE+'  %
  '+product_labelarr.DIRECT_PRICE_REDUCTION+'
'+product_labelarr.TOTAL_AFTER_DISCOUNT+' :
(+) '+product_labelarr.TAX+' :
'; + colfive.innerHTML='
 
(-) '+product_labelarr.DISCOUNT+' :
  '+product_labelarr.ZERO_DISCOUNT+' 
  % '+product_labelarr.PERCENT_OF_PRICE+'  %
  '+product_labelarr.DIRECT_PRICE_REDUCTION+'
'+product_labelarr.TOTAL_AFTER_DISCOUNT+' :
(+) '+product_labelarr.TAX+' :
'; //Total and Discount, Total after Discount and Tax details colsix.className = "crmTableRow small" diff --git a/modules/Services/Services.js b/modules/Services/Services.js index 3d99296..bc73f1f 100644 --- a/modules/Services/Services.js +++ b/modules/Services/Services.js @@ -297,7 +297,7 @@ function fnAddServiceRow(module,image_path){ colfour.innerHTML=temp; //List Price with Discount, Total after Discount and Tax labels colfive.className = "crmTableRow small" - colfive.innerHTML='
 
(-) '+product_labelarr.DISCOUNT+' :
  '+product_labelarr.ZERO_DISCOUNT+' 
  % '+product_labelarr.PERCENT_OF_PRICE+'  %
  '+product_labelarr.DIRECT_PRICE_REDUCTION+'
'+product_labelarr.TOTAL_AFTER_DISCOUNT+' :
(+) '+product_labelarr.TAX+' :
'; + colfive.innerHTML='
 
(-) '+product_labelarr.DISCOUNT+' :
  '+product_labelarr.ZERO_DISCOUNT+' 
  % '+product_labelarr.PERCENT_OF_PRICE+'  %
  '+product_labelarr.DIRECT_PRICE_REDUCTION+'
'+product_labelarr.TOTAL_AFTER_DISCOUNT+' :
(+) '+product_labelarr.TAX+' :
'; //Total and Discount, Total after Discount and Tax details colsix.className = "crmTableRow small"