Warning: Declaration of action_plugin_description::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/html/foro/documentation/lib/plugins/description/action.php on line 23

Warning: Declaration of action_plugin_keywords::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/html/foro/documentation/lib/plugins/keywords/action.php on line 40

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/auth.php on line 427

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 30

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 48

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 49

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 28

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 29

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 74

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 141

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 162
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"