예제 #1
0
파일: trade.cl.php 프로젝트: ut8ia/proBase
 function start_new_procurement($d_2p_id)
 {
     $d_id = trade::start_new_deal(2, $d_2p_id);
     // start new deal if need
     return trade::edit_procurement_form($d_id);
 }
예제 #2
0
 function start_new_list($d_2p_id)
 {
     $d_id = trade::start_new_deal(4, $d_2p_id);
     // start new deal if need
     return $this->edit_list_form($d_id);
 }