Skip to content

Commit

Permalink
KAZOO-3891: move wnm_util:pretty_print/1 calls to knm_util:pretty_pri…
Browse files Browse the repository at this point in the history
…nt/1
  • Loading branch information
fenollp committed Mar 3, 2016
1 parent 89c8d65 commit a11db4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/crossbar/src/modules/cb_port_requests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ generate_loa_from_port(Context, PortRequest) ->

AccountDoc = cb_context:account_doc(Context),

Numbers = [wnm_util:pretty_print(N) || N <- wh_json:get_keys(<<"numbers">>, PortRequest)],
Numbers = [knm_util:pretty_print(N) || N <- wh_json:get_keys(<<"numbers">>, PortRequest)],

QRCode = create_qr_code(cb_context:account_id(Context), wh_doc:id(PortRequest)),

Expand Down

0 comments on commit a11db4b

Please sign in to comment.