Guest User

Untitled

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