/**
  * Registers the script required on usage of sell price formula
  */
 protected function registerScripts()
 {
     Yii::app()->clientScript->registerScript('ShowHideDiscountOrMarkupPercentageTextField', ProductTemplateElementUtil::getShowHideDiscountOrMarkupPercentageTextFieldScript(), CClientScript::POS_END);
     Yii::app()->clientScript->registerScript('EnableDisableSellPriceElementBySellPriceFormula', ProductTemplateElementUtil::getEnableDisableSellPriceElementBySellPriceFormulaScript(), CClientScript::POS_END);
     Yii::app()->clientScript->registerScript('CalculateSellPriceBySellPriceFormula', ProductTemplateElementUtil::getCalculatedSellPriceBySellPriceFormulaScript(), CClientScript::POS_END);
     Yii::app()->clientScript->registerScript('BindActionsWithFormFieldsForSellPrice', ProductTemplateElementUtil::bindActionsWithFormFieldsForSellPrice(), CClientScript::POS_END);
 }