refs #443 Bill create and edit page added stack and fixed category type for expense, income
This commit is contained in:
@ -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']);
|
||||
|
Reference in New Issue
Block a user