From: Jeremy Davis Date: Wed, 7 Jan 2015 20:44:49 +0000 (-0500) Subject: Ticket #32912 A2billing billing types X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7a577311abdb174c4a5b52bd5f0d751931097efd Ticket #32912 A2billing billing types --- 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, );