Add template hidden field in response

This commit is contained in:
Ken Tsang
2018-03-05 13:38:41 +00:00
parent ee9b6f1fe0
commit 564504bf97
7 changed files with 15 additions and 3 deletions

View File

@@ -536,7 +536,8 @@ def get_monthly_template_usage(service_id):
'type': i.template_type,
'month': i.month,
'year': i.year,
'count': i.count
'count': i.count,
'hidden': i.hidden
}
)