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(),
|
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(
|
||||||
|
Loading…
Reference in New Issue
Block a user