Added Tax to categories

This commit is contained in:
johnny@pittpc.com 2021-01-15 13:41:34 -05:00
parent 6cd45f9c64
commit 64b2ab3da9
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ $timezones_array = array(
$category_types_array = array(
'Expense',
'Income',
'Tax',
'Payment Method'
);