TT#24009 Add cost fields to cdr item

Change-Id: Icb7461d739b4940b04a607574f2cefe36233bf92
changes/94/17194/2
Irina Peshinskaya 8 years ago
parent 993d9458f9
commit 891f378f6d

@ -105,4 +105,16 @@ has_field 'voicemail_subscriber_id' => (
required => 0,
);
has_field 'customer_cost' => (
type => 'Float',
label => 'Call cost.',
required => 0,
);
has_field 'total_customer_cost' => (
type => 'Float',
label => 'Call cost with applied customer VAT.',
required => 0,
);
1;

Loading…
Cancel
Save