feat: improved call log doctype

* Added links and some more fields into Call Log Doctype
* Display call info in the call log link pages
This commit is contained in:
leela
2021-01-12 23:31:40 +05:30
committed by Leela vadlamudi
parent 74feaf85dc
commit 3234df5581
6 changed files with 224 additions and 99 deletions

View File

@@ -81,4 +81,4 @@ def strip_number(number):
# strip 0 from the start of the number for proper number comparisions
# eg. 07888383332 should match with 7888383332
number = number.lstrip('0')
return number
return number