From 64b2ab3da9f60471a9b2be9ea2c485973c99d1ef Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Fri, 15 Jan 2021 13:41:34 -0500 Subject: [PATCH] Added Tax to categories --- get_settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/get_settings.php b/get_settings.php index 34a00d47..855c86af 100644 --- a/get_settings.php +++ b/get_settings.php @@ -161,6 +161,7 @@ $timezones_array = array( $category_types_array = array( 'Expense', 'Income', + 'Tax', 'Payment Method' );