From 9a87ecfc804e100b424f4fea309f880b8ed8e7e1 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 14 May 2024 18:10:43 +0100 Subject: [PATCH] [Lotw] remap NL to NF --- application/controllers/Lotw.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index cb9b5a59..39f52ae3 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -1004,6 +1004,9 @@ class Lotw extends CI_Controller { case "QC": return "PQ"; break; + case "NL": + return "NF"; + break; default: return $ca_prov; endswitch;