You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all, I've been trying to add a new line item to the bottom of an existing invoice, but every time I update the invoice it instead prepends it to the top. Is there something else deciding the ordering of the line items?
Expectations: The order in which invoice line items appear should be based on the order of the list:
Actual: All new line items are prepended to the line_items list
Version: xero-python:1.23.0
I tried just rebuilding the entire invoice and flipping the order or the line_items, but it puts the "newest" item I want at the bottom instead at the top:
Hey all, I've been trying to add a new line item to the bottom of an existing invoice, but every time I update the invoice it instead prepends it to the top. Is there something else deciding the ordering of the line items?
Expectations: The order in which invoice line items appear should be based on the order of the list:
Actual: All new line items are prepended to the line_items list
Version: xero-python:1.23.0
I tried just rebuilding the entire invoice and flipping the order or the line_items, but it puts the "newest" item I want at the bottom instead at the top:
The text was updated successfully, but these errors were encountered: