mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 23:12:15 +00:00
Started POM and assets test
This commit is contained in:
@@ -213,7 +213,8 @@ class SupplierSearch(SupplierList):
|
||||
|
||||
for supplier in context["object_list"]:
|
||||
result.append({"id": supplier.pk, "name": supplier.name})
|
||||
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
return JsonResponse(result, safe=False)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user