From ae5a6b6576105fbfe4353abf11a06b4bac85fa39 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Tue, 1 Aug 2023 17:19:33 +0200 Subject: [PATCH] Fix Microfiche not showing in inventory report --- sql/modules/Goods.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/modules/Goods.sql b/sql/modules/Goods.sql index 87a3e5b0443..eda0ea9425c 100644 --- a/sql/modules/Goods.sql +++ b/sql/modules/Goods.sql @@ -111,7 +111,7 @@ weight numeric, notes text, image text, drawing text, -microfische text, +microfiche text, make text, model text );