From a06c3c79e589012363e0cc07abe737ae01b9b5d2 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Wed, 7 Jan 2015 15:46:34 -0500 Subject: [PATCH] Ticket #32912 A2billing billing types --- FS/FS/part_export/a2billing.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm index f0e979f83..e0297161f 100644 --- a/FS/FS/part_export/a2billing.pm +++ b/FS/FS/part_export/a2billing.pm @@ -24,7 +24,7 @@ tie %options, 'Tie::IxHash', 'credit' => { label=>'Default credit limit' }, 'billtype' => {label=>'Billing type', type => 'select', - options => ['monthly', 'weekly'] + options => ['Dial Out Rate', 'Free'] }, 'debug' => { label=>'Enable debugging', type=>'checkbox' } ; @@ -222,7 +222,7 @@ sub export_insert { id_cc_country => $cc_country_id, iduser => $cc_card_id, did => $svc->phonenum, - billingtype => ($self->option('billtype') eq 'weekly' ? 1 : 0), + billingtype => ($self->option('billtype') eq 'Dial Out Rate' ? 2 : 3), activated => 1, ); -- 2.11.0