X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fa2billing.pm;h=7aab01a264ea683e2673bd06d7371d2fb1401176;hb=26491da90aa6a1870d88be044c419be6d0b8dec0;hp=f0e979f8365cf0aee3080ab6227ed3b16158490e;hpb=7c5561b797cab20e0c579340c8b6cd6061d1a3ca;p=freeside.git diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm index f0e979f83..7aab01a26 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' } ; @@ -131,7 +131,7 @@ sub export_insert { username => $username, useralias => $username, uipass => $svc->_password, - credit => $cust_main->credit_limit || $self->option('credit') || 0, + creditlimit => $cust_main->credit_limit || $self->option('credit') || 0, tariff => $part_pkg->option('a2billing_tariff'), status => 1, lastname => $cust_main->last, # $svc->finger? @@ -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, );