Skip to content

changes filter for textlocal sms only#920

Open
sujit22993 wants to merge 2 commits intomasterfrom
loop_mi_textlocal_api
Open

changes filter for textlocal sms only#920
sujit22993 wants to merge 2 commits intomasterfrom
loop_mi_textlocal_api

Conversation

@sujit22993
Copy link
Copy Markdown
Contributor

rectified query for counting sms code only


# Correct Queries
today_caller_object_correct_query_sms_count = today_caller_object.filter(info_status=1).count()
today_caller_object_correct_query_sms_count = today_caller_object.filter(info_status=1, call_source=3).count()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants