Guest User

Untitled

a guest
Nov 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1.     @property
  2.     def _shipment_grouping_fields(self):
  3.         grouping_fields = super()._shipment_grouping_fields
  4.         list(grouping_fields).add('new_field')
  5.         return tuple(grouping_fields)
Add Comment
Please, Sign In to add comment