Renamed the UnappliedAccountConverter path converter to NeedOffsetAccountConverter.

This commit is contained in:
2023-04-08 10:08:48 +08:00
parent 6eee17d44f
commit 3728a4037d
3 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ class CurrentAccountConverter(BaseConverter):
return value.code
class UnappliedAccountConverter(BaseConverter):
class NeedOffsetAccountConverter(BaseConverter):
"""The converter to convert the unapplied original line item account code
from and to the corresponding account in the routes."""