mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 17:51:23 +00:00
Fix typos identified by translators (#11157)
* Fix typos identified by translators * bump api version --------- Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
@@ -3022,7 +3022,7 @@ class ReturnOrderLineItem(StatusCodeMixin, OrderLineItem):
|
||||
null=True,
|
||||
blank=True,
|
||||
verbose_name=_('Received Date'),
|
||||
help_text=_('The date this this return item was received'),
|
||||
help_text=_('The date this return item was received'),
|
||||
)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user