mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 11:48:53 +00:00
Expand test coverage and improve transaction management code.
This commit is contained in:
9
public/v1/js/ff/recurring/create.js
vendored
9
public/v1/js/ff/recurring/create.js
vendored
@@ -189,13 +189,13 @@ function updateFormFields() {
|
||||
// show source account ID:
|
||||
$('#source_id_holder').show();
|
||||
|
||||
// show destination name:
|
||||
// $('#destination_name_holder').show(); // old one
|
||||
$('#withdrawal_destination_id_holder').show();
|
||||
|
||||
// hide destination ID:
|
||||
$('#destination_id_holder').hide();
|
||||
|
||||
// show destination name:
|
||||
//$('#destination_name_holder').show(); // old one
|
||||
$('#withdrawal_destination_id_holder').show();
|
||||
|
||||
// show budget
|
||||
$('#budget_id_holder').show();
|
||||
|
||||
@@ -212,7 +212,6 @@ function updateFormFields() {
|
||||
// $('#destination_name_holder').hide(); // old one
|
||||
$('#withdrawal_destination_id_holder').hide();
|
||||
|
||||
|
||||
$('#destination_id_holder').show();
|
||||
$('#budget_id_holder').hide();
|
||||
$('#piggy_bank_id_holder').hide();
|
||||
|
Reference in New Issue
Block a user