Skip to content

Commit

Permalink
Merge branch 'qa'
Browse files Browse the repository at this point in the history
  • Loading branch information
smeeks committed Oct 9, 2024
2 parents c62420d + 5ae92f7 commit a66d291
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion app/views/transit_assets/_accounting_funding_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@
check_add_funding_program_button();
});

check_add_funding_program_button();
// check for funding program buttons on edit enabled or tab switched
$('#edit_asset .asset-subform-action').on("change", function() {
if ($('#edit_asset .links a:visible').length > 0) {
check_add_funding_program_button();
}
});

$('.funding_sources_grant_purchases_form').validate({
ignore: [],
Expand Down
2 changes: 1 addition & 1 deletion lib/transam_accounting/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TransamAccounting
VERSION = "2.47.0"
VERSION = "2.47.1-rc1"
end

0 comments on commit a66d291

Please sign in to comment.