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

@ -194,6 +194,7 @@
url: '{{ url("modals/categories/create") }}',
type: 'GET',
dataType: 'JSON',
data: {type: 'expense'},
success: function(json) {
if (json['success']) {
$('body').append(json['html']);