Merge pull request #363 from phl0/remapNL

NL Remapping needed
This commit is contained in:
Florian (DF2ET)
2024-05-16 07:58:40 +02:00
committed by GitHub

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;