Exemple #1
0
 public function renderContent()
 {
     $content = OpportunityProductUtils::makeCostBookProductSelection($this->data, $this->opportunityId);
     // $content = 'Test';
     $content .= $this->renderScripts();
     return $content;
 }
 public function renderContent()
 {
     $content = OpportunityProductUtils::makeCostBookProductSelection($this->data, $this->opportunityId);
     return $content;
 }