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