debits_list: function() {
        var customer = this.get('customer.href');
        var debits = this.get('debits') || Ember.A();

        if (!customer) {