|  | @@ 1109-1113 (lines=5) @@ | 
                                                            
                                    | 1106 |  |  | 
                                                            
                                    | 1107 |  | 		switch ($base_type) { | 
                                                            
                                    | 1108 |  |  | 
                                                            
                                    | 1109 |  | 			case EEM_Price_Type::base_type_base_price : | 
                                                            
                                    | 1110 |  | 				$this->_req_data['PBT_ID'] = EEM_Price_Type::base_type_base_price; | 
                                                            
                                    | 1111 |  | 				$this->_req_data['PRT_is_percent'] = 0; | 
                                                            
                                    | 1112 |  | 				$this->_req_data['PRT_order'] = 0; | 
                                                            
                                    | 1113 |  | 				break; | 
                                                            
                                    | 1114 |  |  | 
                                                            
                                    | 1115 |  | 			case EEM_Price_Type::base_type_discount : | 
                                                            
                                    | 1116 |  | 				$this->_req_data['PBT_ID'] = EEM_Price_Type::base_type_discount; | 
                                                                                
                                |  | @@ 1123-1126 (lines=4) @@ | 
                                                            
                                    | 1120 |  | 				$this->_req_data['PBT_ID'] = EEM_Price_Type::base_type_surcharge; | 
                                                            
                                    | 1121 |  | 				break; | 
                                                            
                                    | 1122 |  |  | 
                                                            
                                    | 1123 |  | 			case EEM_Price_Type::base_type_tax : | 
                                                            
                                    | 1124 |  | 				$this->_req_data['PBT_ID'] = EEM_Price_Type::base_type_tax; | 
                                                            
                                    | 1125 |  | 				$this->_req_data['PRT_is_percent'] = 1; | 
                                                            
                                    | 1126 |  | 				break; | 
                                                            
                                    | 1127 |  | 		}/**/ | 
                                                            
                                    | 1128 |  |  | 
                                                            
                                    | 1129 |  | 		$set_column_values = array( |