feat: remove Dunning dashboard as there are no incoming links

This commit is contained in:
barredterra
2021-10-12 17:30:46 +02:00
parent 96aa9f7ee2
commit c1e6ed052e

View File

@@ -1,19 +0,0 @@
from __future__ import unicode_literals
from frappe import _
def get_data():
return {
'fieldname': 'dunning',
'non_standard_fieldnames': {
'Journal Entry': 'reference_name',
'Payment Entry': 'reference_name'
},
'transactions': [
{
'label': _('Payment'),
'items': ['Payment Entry', 'Journal Entry']
}
]
}