Make tel present or not more machine readable
1 files changed, 1 insertions(+), 1 deletions(-) M lib/customer_info.rb
M lib/customer_info.rb => lib/customer_info.rb +1-1
@@ 65,7 65,7 @@ class CustomerInfo def fields [ { var: "Account Status", value: account_status }, { var: "Phone Number", value: tel || "Not Registered" }, ({ var: "tel", label: "Phone Number", value: tel } if tel), ({ var: "lidb_name", label: "CNAM", value: cnam } if cnam), { var: "Balance", value: "$%.4f" % balance }, monthly_amount,