NL Remapping needed

This commit is contained in:
phl0
2024-05-16 07:50:23 +02:00
parent 5288336ce9
commit fc58ffb7c2

View File

@@ -1017,6 +1017,9 @@ class Lotw extends CI_Controller {
case "QC":
return "PQ";
break;
case "NL":
return "NF";
break;
default:
return $ca_prov;
endswitch;