diff options
author | jeff <jeff> | 2009-08-09 23:45:06 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-08-09 23:45:06 +0000 |
commit | 81b342e3f83b433979a25c75cf287ad394ad8513 (patch) | |
tree | 4714ab415c454fec5d763151a1d39852ec403237 /FS | |
parent | d4c01ecffef02ef160d8c367270324e3d6a1c75d (diff) |
fix per agent spools
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_event/Action/cust_bill_spool_csv.pm | 1 |
1 files changed, 1 insertions, 0 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 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', }, ); } |