From 81b342e3f83b433979a25c75cf287ad394ad8513 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 9 Aug 2009 23:45:06 +0000 Subject: [PATCH] fix per agent spools --- FS/FS/part_event/Action/cust_bill_spool_csv.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/part_event/Action/cust_bill_spool_csv.pm b/FS/FS/part_event/Action/cust_bill_spool_csv.pm index f20ee46c9..11bb7b1a8 100644 --- a/FS/FS/part_event/Action/cust_bill_spool_csv.pm +++ b/FS/FS/part_event/Action/cust_bill_spool_csv.pm @@ -35,6 +35,7 @@ sub option_fields { }, 'spoolagent_spools' => { label => 'Individual per-agent spools', type => 'checkbox', + value => 'Y', }, ); } -- 2.20.1