Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sistem Informasi Zakat
Sizakat 5.0 (Refactoring)
Sizakat Backend
Commits
f998b6ae
Commit
f998b6ae
authored
Aug 16, 2020
by
addffa
Browse files
[GREEN] fix form mutasi mustahik
parent
9cd582e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
sizakat/mustahik/forms.py
View file @
f998b6ae
...
...
@@ -55,6 +55,7 @@ class DataSourceInstitusiForm(forms.ModelForm):
'pic_position'
,
'name'
,
'province'
,
'regency'
,
'sub_district'
,
'village'
,
'rt'
,
...
...
sizakat/mustahik/tests.py
View file @
f998b6ae
...
...
@@ -739,6 +739,7 @@ class MustahikGraphQLTestCase(GraphQLTestCase):
"picPosition"
:
"Vice"
,
"name"
:
"Pesantren Yatim"
,
"province"
:
"Jawa Barat"
,
"regency"
:
"Kabupaten"
,
"subDistrict"
:
"Dusun"
,
"village"
:
"desa"
,
"rt"
:
"002"
,
...
...
@@ -806,6 +807,7 @@ class MustahikGraphQLTestCase(GraphQLTestCase):
"picPosition"
:
"Head"
,
"name"
:
"Institusi Bandung"
,
"province"
:
"Jawa Barat"
,
"regency"
:
"Kota"
,
"subDistrict"
:
"Bogor"
,
"village"
:
"Desa"
,
"rt"
:
"001"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment