Removed the unused offset_original_line_item_id field from the DebitLineItemForm form.
This commit is contained in:
parent
d7d6929bf2
commit
02fffc3400
@ -452,8 +452,6 @@ class DebitLineItemForm(LineItemForm):
|
||||
KeepAccountWhenHavingOffset(),
|
||||
NotStartPayableFromDebit()])
|
||||
"""The account code."""
|
||||
offset_original_line_item_id = IntegerField()
|
||||
"""The ID of the original line item."""
|
||||
description = StringField(filters=[strip_text])
|
||||
"""The description."""
|
||||
amount = DecimalField(
|
||||
|
Loading…
Reference in New Issue
Block a user