From 35a5ec78c3c51926981bc941f1fd2cba36b9cb06 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 10 Jun 2018 10:41:45 +0200 Subject: [PATCH] Fix #1434 --- public/js/ff/transactions/single/create.js | 2 +- resources/views/transactions/single/create.twig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/js/ff/transactions/single/create.js b/public/js/ff/transactions/single/create.js index 189f7f7b08..d299f9cd4d 100644 --- a/public/js/ff/transactions/single/create.js +++ b/public/js/ff/transactions/single/create.js @@ -142,7 +142,7 @@ function updateLayout() { $('#subTitle').text(title[what]); $('.breadcrumb .active').text(breadcrumbs[what]); $('.breadcrumb li:nth-child(2)').html('' + middleCrumbName[what] + ''); - $('#transaction-btn').text(button[what]); + $('.transaction-btn').text(button[what]); } /** diff --git a/resources/views/transactions/single/create.twig b/resources/views/transactions/single/create.twig index bdad680bf9..44202ec883 100644 --- a/resources/views/transactions/single/create.twig +++ b/resources/views/transactions/single/create.twig @@ -60,7 +60,7 @@ {{ ExpandedForm.date('date', preFilled.date|default(phpdate('Y-m-d'))) }} @@ -196,7 +196,7 @@ {{ ExpandedForm.optionsList('create','transaction') }}