Expand test coverage and improve transaction management code.

This commit is contained in:
James Cole
2019-07-01 20:22:35 +02:00
parent 94acb50a6f
commit 5bbe1eab7c
63 changed files with 1251 additions and 812 deletions

View File

@@ -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();