refs #443 Bill create and edit page added stack and fixed category type for expense, income

This commit is contained in:
cuneytsenturk
2018-08-16 11:34:08 +03:00
parent 30298635fd
commit 47ad57eaed
12 changed files with 204 additions and 335 deletions

View File

@ -60,6 +60,7 @@
$('#modal-create-customer').modal('hide');
$("#customer_id").append('<option value="' + data.id + '" selected="selected">' + data.name + '</option>');
$('#customer_id').trigger('change');
$("#customer_id").select2('refresh');
},
error: function(error, textStatus, errorThrown) {