reflect renaming to source_customer_cost in 2.8 (mantis:3237)

3.7
Andrew Pogrebennyk 13 years ago
parent db8263c98a
commit 8118556b3c

@ -168,9 +168,9 @@ sub prepare_call_list {
$callentry{duration} = '00:00';
}
if(defined $$call{customer_cost}) {
if(defined $$call{source_customer_cost}) {
# money is allways returned as cents
$callentry{call_fee} = sprintf $$bilprof{data}{currency} . " %.04f", $$call{customer_cost}/100;
$callentry{call_fee} = sprintf $$bilprof{data}{currency} . " %.04f", $$call{source_customer_cost}/100;
} else {
$callentry{call_fee} = '';
}

Loading…
Cancel
Save