From: jeff Date: Sun, 9 Aug 2009 23:53:39 +0000 (+0000) Subject: whoops: theory should match practice X-Git-Tag: root_of_svc_elec_features~938 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=39000f1ad925a76a4a334271b8e9e5da6a5dcb89;p=freeside.git whoops: theory should match practice --- 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', }, ); }