From 0ebaf7aee39d7ae04c0279b4ab21db1b632967cf Mon Sep 17 00:00:00 2001 From: wbudic Date: Fri, 8 Mar 2019 10:01:59 +1100 Subject: [PATCH] Added Food category. --- htdocs/cgi-bin/main.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 24eb69d..5f00181 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -527,6 +527,7 @@ sub checkCreateTables(){ $st->execute(32, "Expense", "Significant yearly expense."); $st->execute(35, "Income", "Significant yearly income."); $st->execute(40, "Work", "Work related entry, worth monitoring."); + $st->execute(45, "Food", "Quick reference to recepies, observations."); } } -- 2.34.1