Advertisement
Guest User

Untitled

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