From 39000f1ad925a76a4a334271b8e9e5da6a5dcb89 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 9 Aug 2009 23:53:39 +0000 Subject: [PATCH] whoops: theory should match practice --- FS/FS/part_event/Action/cust_bill_spool_csv.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 11bb7b1a8..43d230033 100644 --- a/FS/FS/part_event/Action/cust_bill_spool_csv.pm +++ b/FS/FS/part_event/Action/cust_bill_spool_csv.pm @@ -35,7 +35,7 @@ sub option_fields { }, 'spoolagent_spools' => { label => 'Individual per-agent spools', type => 'checkbox', - value => 'Y', + value => '1', }, ); } -- 2.11.0