Remove ajax_select from accounting

This commit is contained in:
2024-10-21 13:26:11 +02:00
parent afdc6b69df
commit ab63ba1c54
4 changed files with 146 additions and 12 deletions

View File

@ -61,10 +61,10 @@
<script>
$( function() {
var target_type = $('#id_target_type');
var user = $('#id_user_wrapper');
var club = $('#id_club_wrapper');
var club_account = $('#id_club_account_wrapper');
var company = $('#id_company_wrapper');
var user = $('user-ajax-select');
var club = $('club-ajax-select');
var club_account = $('club-account-ajax-select');
var company = $('company-ajax-select');
var other = $('#id_target_label');
var need_link = $('#id_need_link_full');
function update_targets () {