mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-29 12:07:37 +02:00
Merge pull request #349
fix(transactions:quick-transactions): error when saving due to wrong field definition
This commit is contained in:
@@ -347,11 +347,6 @@ class QuickTransactionForm(forms.ModelForm):
|
|||||||
Column("entities", css_class="form-group col-md-6 mb-0"),
|
Column("entities", css_class="form-group col-md-6 mb-0"),
|
||||||
css_class="form-row",
|
css_class="form-row",
|
||||||
),
|
),
|
||||||
Row(
|
|
||||||
Column(Field("date"), css_class="form-group col-md-6 mb-0"),
|
|
||||||
Column(Field("reference_date"), css_class="form-group col-md-6 mb-0"),
|
|
||||||
css_class="form-row",
|
|
||||||
),
|
|
||||||
"description",
|
"description",
|
||||||
Field("amount", inputmode="decimal"),
|
Field("amount", inputmode="decimal"),
|
||||||
Row(
|
Row(
|
||||||
|
|||||||
Reference in New Issue
Block a user