From fc58ffb7c2b96828f4852957f888ff7b2f256c76 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 16 May 2024 07:50:23 +0200 Subject: [PATCH] NL Remapping needed --- application/controllers/Lotw.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index f8ecab952..075910ec6 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -1017,6 +1017,9 @@ class Lotw extends CI_Controller { case "QC": return "PQ"; break; + case "NL": + return "NF"; + break; default: return $ca_prov; endswitch;