diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 3cab8592..0bddaf8a 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -661,6 +661,10 @@ class addorders extends CI_Controller{ $PassportTypeseId = 32; $PassportTypeseidName = "港澳通行证"; break; + case 'Travel Permit from Hong Kong / Macau': + $PassportTypeseId = 32; + $PassportTypeseidName = "港澳通行证"; + break; case 'Travel Permit from Taiwan': $PassportTypeseId = 8; $PassportTypeseidName = "台湾通行证";