close #651 Fixed: Invoice/Bill create page, if you add new tax. it missing tax type column

This commit is contained in:
cuneytsenturk
2018-11-29 11:47:20 +03:00
parent 3fac930d80
commit 1d63b2d85a
7 changed files with 26 additions and 4 deletions

View File

@ -371,6 +371,8 @@
$(document).on('click', '#tax-add-new', function(e) {
tax_name = $('.select2-search__field').val();
$('body > .select2-container.select2-container--default.select2-container--open').remove();
$('#modal-create-tax').remove();
$.ajax({