-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Construct payload function for purchase invoice #91
Construct payload function for purchase invoice #91
Conversation
|
|
apps/sage300/views.py
Outdated
@@ -23,6 +23,8 @@ class Sage300FieldsView(generics.ListAPIView): | |||
""" | |||
serializer_class = Sage300FieldSerializer | |||
pagination_class = None | |||
permission_classes = [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this
apps/sage300/views.py
Outdated
@@ -23,6 +23,8 @@ class Sage300FieldsView(generics.ListAPIView): | |||
""" | |||
serializer_class = Sage300FieldSerializer | |||
pagination_class = None | |||
permission_classes = [] | |||
authentication_classes = [] | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## update-basemodel-methods #91 +/- ##
============================================================
- Coverage 72.49% 72.42% -0.07%
============================================================
Files 64 64
Lines 2759 2763 +4
============================================================
+ Hits 2000 2001 +1
- Misses 759 762 +3 ☔ View full report in Codecov by Sentry. |
No description provided.