From 92dab98f536d30abe5280c09766a6b3a5bd303c7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 14 Dec 2021 17:00:59 +0100 Subject: [PATCH] Bug 29695: Remove json files We do no longer need them. Test plan: Confirm that their content are in Koha::Database::Columns Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi --- .../modules/admin/preferences/borrowers.json | 59 ------------------- .../en/modules/admin/preferences/items.json | 46 --------------- .../admin/preferences/suggestions.json | 14 ----- 3 files changed, 119 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/suggestions.json diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json deleted file mode 100644 index a15bcaacf9..0000000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "cardnumber": "cardnumber", - "surname": "surname", - "firstname": "firstname", - "title": "title", - "othernames": "othernames", - "initials": "initials", - "streetnumber": "streetnumber", - "streettype": "streettype", - "address": "address", - "address2": "address2", - "city": "city", - "state": "state", - "zipcode": "zipcode", - "country": "country", - "email": "email", - "phone": "phone", - "mobile": "mobile", - "fax": "fax", - "emailpro": "emailpro", - "phonepro": "phonepro", - "B_streetnumber": "B_streetnumber", - "B_streettype": "B_streettype", - "B_address": "B_address", - "B_address2": "B_address2", - "B_city": "B_city", - "B_state": "B_state", - "B_zipcode": "B_zipcode", - "B_country": "B_country", - "B_email": "B_email", - "B_phone": "B_phone", - "dateofbirth": "dateofbirth", - "dateenrolled": "dateenrolled", - "dateexpiry": "dateexpiry", - "branchcode": "branchcode", - "categorycode": "categorycode", - "contactname": "contactname", - "contactfirstname": "contactfirstname", - "borrowernotes": "borrowernotes", - "sex": "sex", - "password": "password", - "userid": "userid", - "opacnote": "opacnote", - "contactnote": "contactnote", - "altcontactfirstname": "altcontactfirstname", - "altcontactsurname": "altcontactsurname", - "altcontactaddress1": "altcontactaddress1", - "altcontactaddress2": "altcontactaddress2", - "altcontactaddress3": "altcontactaddress3", - "altcontactstate": "altcontactstate", - "altcontactzipcode": "altcontactzipcode", - "altcontactcountry": "altcontactcountry", - "altcontactphone": "altcontactphone", - "smsalertnumber": "smsalertnumber", - "autorenew_checkouts": "autorenew_checkouts", - "primary_contact_method": "primary_contact_method", - "sort1": "sort1", - "sort2": "sort2" -} diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json deleted file mode 100644 index ceec5c9466..0000000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "itemnumber": "itemnumber", - "biblionumber": "biblionumber", - "biblioitemnumber": "biblioitemnumber", - "barcode": "barcode", - "dateaccessioned": "dateaccessioned", - "booksellerid": "booksellerid", - "homebranch": "homebranch", - "price": "price", - "replacementprice": "replacementprice", - "replacementpricedate": "replacementpricedate", - "datelastborrowed": "datelastborrowed", - "datelastseen": "datelastseen", - "stack": "stack", - "notforloan": "notforloan", - "damaged": "damaged", - "damaged_on": "damaged_on", - "itemlost": "itemlost", - "itemlost_on": "itemlost_on", - "withdrawn": "withdrawn", - "withdrawn_on": "withdrawn_on", - "itemcallnumber": "itemcallnumber", - "coded_location_qualifier": "coded_location_qualifier", - "issues": "issues", - "renewals": "renewals", - "reserves": "reserves", - "restricted": "restricted", - "itemnotes": "itemnotes", - "itemnotes_nonpublic": "itemnotes_nonpublic", - "holdingbranch": "holdingbranch", - "timestamp": "timestamp", - "location": "location", - "permanent_location": "permanent_location", - "onloan": "onloan", - "cn_source": "cn_source", - "cn_sort": "cn_sort", - "ccode": "ccode", - "materials": "materials", - "uri": "uri", - "itype": "itype", - "more_subfields_xml": "more_subfields_xml", - "enumchron": "enumchron", - "copynumber": "copynumber", - "stocknumber": "stocknumber", - "new_status": "new_status" -} diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/suggestions.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/suggestions.json deleted file mode 100644 index 6eac91b149..0000000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/suggestions.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "title": "title", - "author": "author", - "copyrightdate": "copyrightdate", - "isbn": "isbn", - "publishercode": "publishercode", - "collectiontitle": "collectiontitle", - "place": "place", - "quantity": "quantity", - "itemtype": "itemtype", - "branchcode": "branchcode", - "patronreason": "patronreason", - "note": "note" -} -- 2.32.0