From 6f08493827f30fe18fd99c32bbb1625b064017ec Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Sun, 10 Mar 2019 19:12:20 -0400 Subject: RT# 82988 - Fixed so only formats that can handle electronic refunds can download those files --- FS/FS/Schema.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/Schema.pm') diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index a376dd9..ec3340b 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2682,6 +2682,7 @@ sub tables_hashref { 'upload', @date_type, '', '', 'title', 'varchar', 'NULL',255, '', '', 'processor_id', 'varchar', 'NULL',255, '', '', + 'type', 'char', '', 6, 'DEBIT', '', # DEBIT/CREDIT ], 'primary_key' => 'batchnum', 'unique' => [], -- cgit v1.1