-
Notifications
You must be signed in to change notification settings - Fork 170
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
Add Periodicity to quotation items on create, update and info #858
Conversation
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.
Add a mention of the additional property in the changelog section
@@ -105,7 +105,7 @@ Get a quotation | |||
+ tax_exclusive_before_discount (Money) | |||
+ tax_inclusive (Money) | |||
+ tax_inclusive_before_discount (Money) | |||
+ periodicity (Periodicity) | |||
+ periodicity (Periodicity, nullable) |
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.
Q: If I understood correctly .info will never be null, since it will be returned as "one_time_only"
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.
Q: If I understood correctly .info will never be null, since it will be returned as "one_time_only"
🤔 it is being returned as null
, right? https://github.com/teamleadercrm/core/pull/40039/files#diff-d0cc69b0bbf026baf248d48ffc3962a248b9714e3bcde97b7ba6526276d6cf32R126
Add Periodicity to quotation items on create, update and info using the existing Periodicity data structure.