Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
38c1baf7195f0e62bd0293fc42f8b6966da23d3f
/
.
/
erpnext
/
www
/
lms
/
index.py
blob: 16772a4f5de4572324eb6dc9446c583e2d75ce06 [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
import
frappe
def
get_context
(
context
):
context
.
featured
=
frappe
.
get_all
(
'Program'
,
filters
={
'is_featured'
:
1
},
fields
=[
'program_name'
,
'program_code'
,
'description'
,
'hero_image'
])