diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-12-20 10:09:38 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-12-20 10:09:38 +0700 |
| commit | d53c3431e3e0bee9433131e561a89e49393e1513 (patch) | |
| tree | 736da39b225df5244f112b83b491467713e74b99 | |
| parent | 4e47cbd68ff86e26dc38f6c41611d1d8fffbd1ef (diff) | |
Update brand_homepage.py
| -rw-r--r-- | indoteknik_api/controllers/api_v1/brand_homepage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/controllers/api_v1/brand_homepage.py b/indoteknik_api/controllers/api_v1/brand_homepage.py index 37018745..9efe307d 100644 --- a/indoteknik_api/controllers/api_v1/brand_homepage.py +++ b/indoteknik_api/controllers/api_v1/brand_homepage.py @@ -45,6 +45,7 @@ class BrandHomepage(controller.Controller): ], limit=8) data.append({ + 'id': brand_homepage.id, 'sequence': brand_homepage.sequence, 'manufacture_id': brand_homepage.manufacture_id.id, 'name': brand_homepage.manufacture_id.x_name, |
