From 762d11b7209d6fa2401a1a1daea53b25a14646f3 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 14 Dec 2025 16:52:06 +0000 Subject: [PATCH] rearranged scanfolders --- core/models/wallets.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/core/models/wallets.py b/core/models/wallets.py index 6e65cdfd8..f5dcf4aec 100644 --- a/core/models/wallets.py +++ b/core/models/wallets.py @@ -70,12 +70,15 @@ archaic_wallets = [ '1991surveybook', #'1992-94Surveybookkh', '1992Surveybookkh', # split up from 1992-94Surveybookkh - '1993Surveybookkh', - '1994Surveybookkh', + '1993Surveybookkh', # split up from 1992-94Surveybookkh + '1994Surveybookkh', # split up from 1992-94Surveybookkh '1994', '1995-96kh', '1996-1999NotKHbook', - '1997-99kh', + #'1997-99kh', + '1997kh', # split up from 1997-99kh + '1998kh', # split up from 1997-99kh + '1999kh', # split up from 1997-99kh 'loosepages', ] class Wallet(models.Model):