mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user