diff options
author | jeff <jeff> | 2009-08-09 23:53:39 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-08-09 23:53:39 +0000 |
commit | 39000f1ad925a76a4a334271b8e9e5da6a5dcb89 (patch) | |
tree | 2c24b3e9a67e0d2cfef38a9da57437318183b38c | |
parent | 81b342e3f83b433979a25c75cf287ad394ad8513 (diff) |
whoops: theory should match practice
-rw-r--r-- | FS/FS/part_event/Action/cust_bill_spool_csv.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', }, ); } |