Removed the unused offset_original_line_item_id field from the DebitLineItemForm form.

This commit is contained in:
依瑪貓 2023-03-20 18:56:38 +08:00
parent d7d6929bf2
commit 02fffc3400

View File

@ -452,8 +452,6 @@ class DebitLineItemForm(LineItemForm):
KeepAccountWhenHavingOffset(), KeepAccountWhenHavingOffset(),
NotStartPayableFromDebit()]) NotStartPayableFromDebit()])
"""The account code.""" """The account code."""
offset_original_line_item_id = IntegerField()
"""The ID of the original line item."""
description = StringField(filters=[strip_text]) description = StringField(filters=[strip_text])
"""The description.""" """The description."""
amount = DecimalField( amount = DecimalField(