Skip to content
Snippets Groups Projects
Commit a4f7f879 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed model attribute name

parent 702bec53
No related branches found
No related tags found
No related merge requests found
Pipeline #6059 passed
......@@ -47,7 +47,7 @@ public class TransactionController extends BaseController
{
public static final String ERROR = "error";
public static final String ALL_ENTITIES = "transactions";
public static final String ONE_ENTITY = "templateGroup";
public static final String ONE_ENTITY = "transaction";
public static final String ENTITY_TO_DELETE = "transactionToDelete";
public static final String ACCOUNT = "account";
public static final String BUDGET = "budget";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment