Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
repanier
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
repanier
Commits
cfca6086
Commit
cfca6086
authored
May 13, 2017
by
Patrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
call get_on_hold_movement_json instead of on_hold_movement_json
parent
39d8ee76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
repanier/views/basket_message_form_ajax.py
repanier/views/basket_message_form_ajax.py
+1
-1
No files found.
repanier/views/basket_message_form_ajax.py
View file @
cfca6086
...
...
@@ -42,6 +42,6 @@ def producer_basket_message_form_ajax(request, pk, uuid):
if
producer
is
None
:
raise
Http404
to_json
=
[]
producer
.
on_hold_movement_json
(
to_json
)
producer
.
get_
on_hold_movement_json
(
to_json
)
return
HttpResponse
(
json
.
dumps
(
to_json
,
cls
=
DjangoJSONEncoder
),
content_type
=
"application/json"
)
raise
Http404
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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