Exemple #1
0
 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);
 }
 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);
 }